Skip to content

Commit

Permalink
Debug set to false as default
Browse files Browse the repository at this point in the history
  • Loading branch information
dmazur committed Jan 21, 2016
1 parent 563c247 commit 4bd60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var XNG = integration( 'CrossEngage' )
.option( 'apiKey', '' )
.option( 'siteID', '' )
.option( 'adformID', '' )
.option( 'debug', true )
.option( 'debug', false )
.tag( '<script src="https://' + xngLibDomain + '/xng/' + xngLibKeySpace + '.min.js">' );

let mocked;
Expand Down

0 comments on commit 4bd60bd

Please sign in to comment.