- remove extraneous debug code
- update scrapers.sql version (do not put into the repository)
This commit is contained in:
parent
aa6e2cfab1
commit
370fe48388
2 changed files with 1 additions and 2 deletions
|
@ -777,7 +777,6 @@ Scholar.Browser = new function() {
|
|||
|
||||
// Create a hidden browser
|
||||
var newHiddenBrowser = myWindow.document.createElement("browser");
|
||||
Scholar.debug(myWindow.document.documentElement.nodeName);
|
||||
myWindow.document.documentElement.appendChild(newHiddenBrowser);
|
||||
Scholar.debug("created hidden browser");
|
||||
return newHiddenBrowser;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- 75
|
||||
-- 76
|
||||
|
||||
-- Set the following timestamp to the most recent scraper update date
|
||||
REPLACE INTO "version" VALUES ('repository', STRFTIME('%s', '2006-08-31 22:44:00'));
|
||||
|
|
Loading…
Reference in a new issue