Skip to content

Commit

Permalink
remove dead code from log/test.ts (denoland#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and ry committed Apr 29, 2019
1 parent 8503efc commit e2c1870
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions log/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [];

Expand Down

0 comments on commit e2c1870

Please sign in to comment.