We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f3892 commit 0b03988Copy full SHA for 0b03988
browser-chat/frontend/src/lib/log.ts
@@ -49,6 +49,3 @@ class LogSystem {
49
}
50
51
export const log = new LogSystem()
52
-while (log.get().length < 30) {
53
- log.info("foobar foo baz " + log.get().length)
54
-}
0 commit comments