mirror of
https://github.com/larruda/ps-store-crawler.git
synced 2025-07-05 20:51:21 -07:00
Turn debug mode off.
This commit is contained in:
parent
92fddb1a01
commit
1bf7c0ba83
1 changed files with 1 additions and 1 deletions
2
craw.js
2
craw.js
|
@ -11,7 +11,7 @@ var casper = require('casper').create({
|
||||||
height: 768
|
height: 768
|
||||||
},
|
},
|
||||||
verbose: true,
|
verbose: true,
|
||||||
logLevel: 'debug'
|
logLevel: 'warning'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!casper.cli.has('username') && !casper.cli.has('password')) {
|
if (!casper.cli.has('username') && !casper.cli.has('password')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue