Skip to content

Commit

Permalink
1. Remove debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ettoolong committed Mar 1, 2016
1 parent af2eb8f commit 9a3e6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/telnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const STATE_WONT=3;
const STATE_DO=4;
const STATE_DONT=5;
const STATE_SB=6;
console.log(Components);

const Cc = Components.classes;
const Ci = Components.interfaces;

Expand Down

0 comments on commit 9a3e6de

Please sign in to comment.