Skip to content

Commit

Permalink
removing dry run mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogit committed Jul 15, 2020
1 parent 713b10a commit d473aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 187,7 @@ public boolean checkDataTables() {

//TODO improve this in the future
public int checkIframeWidgetRuntime(String urlString, int iframeSeqid) {
if(true) return -1; //dryrun
//if(true) return -1; //dryrun

visitPage();

Expand Down

0 comments on commit d473aad

Please sign in to comment.