Skip to content

Commit 060487c

Browse files
author
Tomas Svarovsky
committed
Removed printing the stats after run. We need to think about when it is appropriate.
1 parent d844797 commit 060487c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/gooddata/rest/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def connect(username, password, opts = {})
8080

8181
if client
8282
at_exit do
83-
puts client.connection.stats_table if client && client.connection
83+
# puts client.connection.stats_table if client && client.connection
8484
end
8585
end
8686

0 commit comments

Comments
 (0)