Skip to content

Commit

Permalink
Removed dev console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Jun 18, 2019
1 parent ab1be45 commit aeaf7f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/karma-electron-launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ function ElectronBrowser(baseBrowserDecorator, args, karmaBasePath, karmaUrlRoot
// https://github.com/karma-runner/karma/blob/v4.1.0/lib/launchers/process.js#L15
// DEV: File will automatically be removed by Karma which is nice
var extendedOptionsFilepath = path.join(this._tempDir, 'karma-electron-options.json');
console.log('wtf', fs.writeFileSync + '');
fs.writeFileSync(extendedOptionsFilepath, JSON.stringify(extendedOptions));
console.log('aaa', fs.readFileSync(extendedOptionsFilepath).toString('utf8'));
retArr = retArr.concat(['--extended-options', extendedOptionsFilepath]);
}
return retArr;
Expand Down

0 comments on commit aeaf7f7

Please sign in to comment.