Skip to content

Commit 5252702

Browse files
committed
remove console log
1 parent 6d57781 commit 5252702

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/commands/init.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ module.exports = function init(args) {
4444
// append browserstack.json if filename is a path without filename
4545
if (path.extname(path_to_json) === '') path_to_json = path.join(path_to_json, "browserstack.json");
4646

47-
console.log(path_to_json);
48-
return path_to_json;
49-
5047
let config = {
5148
file: require('../templates/configTemplate')(),
5249
path: path_to_json

0 commit comments

Comments
 (0)