turn off some debugging
This commit is contained in:
parent
7e80d4af6f
commit
c3b9acf412
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class AudibleScraper {
|
|||
final AudibleAccountPrefs account;
|
||||
final static String cookiesFileName = "cookies.json";
|
||||
|
||||
boolean debugCust = true;
|
||||
boolean debugCust = false;
|
||||
boolean loggedIn = false;
|
||||
String clickToDownload = "Click to download ";
|
||||
|
||||
|
|
Loading…
Reference in a new issue