Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d48763a

Browse files
committed
Remove debug lines
1 parent 21c1266 commit d48763a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exe/arduino_ci_remote.rb

-2
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ def display_files(pathname)
154154
end
155155

156156
def perform_unit_tests(file_config)
157-
puts file_config.to_h[:unittest].to_s
158157
config = file_config.with_override_config(@cli_options)
159-
puts config.to_h[:unittest].to_s
160158
cpp_library = ArduinoCI::CppLibrary.new(Pathname.new("."), @arduino_cmd.lib_dir)
161159

162160
# check GCC

0 commit comments

Comments
 (0)