Skip to content

Commit

Permalink
dunno how that typo got in there
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatheson committed Nov 25, 2014
1 parent d4bd57f commit 6075b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/le.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@
throw new Error("Name not present.");
else if (loggers.hasOwnProperty(options.name))
throw new Error("A logger with that name already exists!");

loggers[options.name] = new Logger(options);

return true;
Expand Down

0 comments on commit 6075b09

Please sign in to comment.