Skip to content

Commit 8ff0cb1

Browse files
committed
remove printout
1 parent d71b1e1 commit 8ff0cb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/lagottino.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ def get_metrics(items)
1818
end
1919
end.compact
2020
metrics = call_metrics(dois)
21-
puts metrics
22-
puts "tim"
21+
2322

2423
items.map! do |item|
2524
item.merge!({"metrics"=>{}})

0 commit comments

Comments
 (0)