Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: remoting/webapp/me2mom/debug_log.js

Issue 8802020: Remove debug code from Chromoting's IQ pretty printer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/debug_log.js
diff --git a/remoting/webapp/me2mom/debug_log.js b/remoting/webapp/me2mom/debug_log.js
index 3e0fd4716c751d50e5d4b41c4fad6426578640bc..7a7826eb731b903086af58b82a1cf095442cda9b 100644
--- a/remoting/webapp/me2mom/debug_log.js
+++ b/remoting/webapp/me2mom/debug_log.js
@@ -150,7 +150,6 @@ remoting.DebugLog.prototype.verifyAttributes = function(node, validAttrs) {
var attrNode = node.attributes[i];
var attr = attrNode.nodeName;
if (attrs.indexOf(',' + attr + ',') == -1) {
- console.log("invalid attr: " + attr);
return false;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698