1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

remove accidental logging

This commit is contained in:
Ilya Kreymer 2014-03-09 23:03:55 -07:00
parent e384425d48
commit e346dfb024
2 changed files with 0 additions and 3 deletions

View File

@ -108,8 +108,6 @@ class FuzzyQuery:
'filter': filter_,
'output': output}
print params
return CDXQuery(**params)

View File

@ -168,7 +168,6 @@ function WB_wombat_updateLoc(reqHref, origHref, location)
if (reqHref && (WB_ExtractOrig(origHref) != WB_ExtractOrig(reqHref))) {
var finalHref = WB_RewriteUrl(reqHref);
console.log("Rewrite: " + reqHref + " => " + origHref);
location.href = finalHref;
}
}