mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
remove accidental debug commits
This commit is contained in:
parent
14ed6c5898
commit
bdafe0938d
@ -100,11 +100,6 @@ class FuzzyQuery:
|
|||||||
if matched_rule.replace:
|
if matched_rule.replace:
|
||||||
repl = 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)
|
inx = url.rfind(repl)
|
||||||
if inx > 0:
|
if inx > 0:
|
||||||
url = url[:inx + 1]
|
url = url[:inx + 1]
|
||||||
|
@ -111,11 +111,7 @@ WB_wombat_init = (function() {
|
|||||||
if (!url) {
|
if (!url) {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (url.indexOf("hypothes.is") > 0) {
|
|
||||||
return url;
|
|
||||||
}
|
|
||||||
|
|
||||||
var urltype_ = (typeof url);
|
var urltype_ = (typeof url);
|
||||||
|
|
||||||
// If object, use toString
|
// If object, use toString
|
||||||
|
Loading…
x
Reference in New Issue
Block a user