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 3365aff commit 2668241Copy full SHA for 2668241
lib/browserstack/localbinary.rb
@@ -80,7 +80,6 @@ def make_path(path)
80
FileUtils.mkdir_p path if !File.directory?(path)
81
return true
82
rescue Exception => e
83
- puts "Exception #{e.message} #{e.backtrace}"
84
return false
85
end
86
0 commit comments