Commit b0a76f1f authored by garykac@chromium.org's avatar garykac@chromium.org

Remove debug code from Chromoting's IQ pretty printer

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/8802020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114155 0039d316-1c4b-4281-b951-d872f2087c98
parent 7ea4159a
......@@ -161,7 +161,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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment