Skip to content

Commit 822c661

Browse files
author
Stephen
committed
removed excess debug code
1 parent 140129a commit 822c661

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/spec_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def reset!
3434
end
3535

3636
TASK_ID = (ENV['TASK_ID'] || 0).to_i
37-
print_info ENV['CONFIG_FILE']
3837
CONFIG_FILE = ENV['CONFIG_FILE'] || 'windows/win10/win10_chrome_81.config.yml'
3938
CONFIG = YAML.safe_load(File.read("./spec/support/browserstack/#{CONFIG_FILE}"))
4039
CONFIG['user'] = ENV['BROWSERSTACK_USERNAME'] || ''

0 commit comments

Comments
 (0)