We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d57781 commit 5252702Copy full SHA for 5252702
bin/commands/init.js
@@ -44,9 +44,6 @@ module.exports = function init(args) {
44
// append browserstack.json if filename is a path without filename
45
if (path.extname(path_to_json) === '') path_to_json = path.join(path_to_json, "browserstack.json");
46
47
- console.log(path_to_json);
48
- return path_to_json;
49
-
50
let config = {
51
file: require('../templates/configTemplate')(),
52
path: path_to_json
0 commit comments