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:
parent
e384425d48
commit
e346dfb024
@ -108,8 +108,6 @@ class FuzzyQuery:
|
||||
'filter': filter_,
|
||||
'output': output}
|
||||
|
||||
print params
|
||||
|
||||
return CDXQuery(**params)
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user