mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
remove dead code from log/test.ts (#370)
This commit is contained in:
parent
8503efc8f7
commit
e2c187003d
@ -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[] = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user