Skip to content

Commit

Permalink
Removed console.log() call that caused Firefox to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 8, 2011
1 parent dc42ca8 commit c434241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions live-loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@
var prefix = $("#prefix-input").val();
var resolved = $("#prefix-editor-lookup-result").text();

console.log(prefix, "=>", resolved);

if(prefix.length > 0 && resolved.length > 0)
{
// hide the dialog
Expand Down

0 comments on commit c434241

Please sign in to comment.