lib/faastruby/local/logger.rb in faastruby-0.5.11 vs lib/faastruby/local/logger.rb in faastruby-0.5.12
- old
+ new
@@ -24,14 +24,8 @@
STDOUT.puts "#{Time.now} | #{msg}".yellow
STDOUT.puts "---".yellow
end
end
- def print(msg)
- STDOUT_MUTEX.synchronize do
- STDOUT.print "#{Time.now} | #{msg}".yellow
- end
- end
-
end
end
end
\ No newline at end of file