File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
module . exports . extractVersion = require ( './utils' ) . extractVersion ;
20
20
module . exports . disableLog = require ( './utils' ) . disableLog ;
21
21
22
- // Uncomment if you do not want any logging at all including the switch
23
- // statement below. Can also be turned off in the browser via
24
- // adapter.disableLog(true) but then logging from the switch statement below
25
- // will still appear.
26
- // require('./utils').disableLog(true);
22
+ // Comment out the line below if you want logging to occur, including logging
23
+ // for the switch statement below. Can also be turned on in the browser via
24
+ // adapter.disableLog(false), but then logging from the switch statement below
25
+ // will not appear.
26
+ require ( './utils' ) . disableLog ( true ) ;
27
27
28
28
// Browser shims.
29
29
var chromeShim = require ( './chrome/chrome_shim' ) || null ;
You can’t perform that action at this time.
0 commit comments