Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
removed console log (error logging is not needed)
Browse files Browse the repository at this point in the history
you can just re-select a dom node.
  • Loading branch information
timstuyckens committed Dec 1, 2013
1 parent a208613 commit 47ec25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/js/devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ var createEditMethods=function(){
}).bind(console)();
}
catch(e){
console.log(e,'Exception editBinding during creation. Try restarting devtools or log issue (github.com/timstuyckens/chromeextensions-knockoutjs)');
}
};
var pluginTitle="Knockout context";
Expand Down

0 comments on commit 47ec25c

Please sign in to comment.