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

remove accidental debug commits

This commit is contained in:
Ilya Kreymer 2014-06-11 12:44:49 -07:00
parent 14ed6c5898
commit bdafe0938d
2 changed files with 1 additions and 10 deletions

View File

@ -100,11 +100,6 @@ class FuzzyQuery:
if matched_rule.replace:
repl = matched_rule.replace
if '/_/stream/squarestream?soc-app' in url and 'jserror' not in url:
print 'KEY ', urlkey
print 'RULE ', url, vars(matched_rule)
print 'FILTERS ', filter_
inx = url.rfind(repl)
if inx > 0:
url = url[:inx + 1]

View File

@ -111,11 +111,7 @@ WB_wombat_init = (function() {
if (!url) {
return url;
}
if (url.indexOf("hypothes.is") > 0) {
return url;
}
var urltype_ = (typeof url);
// If object, use toString