diff options
| -rw-r--r-- | log/test.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/log/test.ts b/log/test.ts index f21fb5b3d..710de182f 100644 --- a/log/test.ts +++ b/log/test.ts @@ -7,13 +7,6 @@ import { LogLevel } from "./levels.ts"; import "./handlers_test.ts"; import "./logger_test.ts"; -// constructor(levelName: string, options: HandlerOptions = {}) { -// this.level = getLevelByName(levelName); -// this.levelName = levelName; - -// this.formatter = options.formatter || DEFAULT_FORMATTER; -// } - class TestHandler extends log.handlers.BaseHandler { public messages: string[] = []; |
