Comment out two console.log() lines in hookChildFrames

This commit is contained in:
bcoles
2013-03-29 15:16:56 +10:30
parent 31e1ddddaf
commit 9ca50e0505

View File

@@ -858,10 +858,10 @@ beef.browser = {
try {
// append hook script
self.frames[i].document.body.appendChild(script);
console.log("Hooked child frame [src:"+self.frames[i].window.location.href+"]");
//console.log("Hooked child frame [src:"+self.frames[i].window.location.href+"]");
} catch (e) {
// warn on cross-domain
console.log("Hooking frame failed");
//console.log("Hooking frame failed");
}
}
},