1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Remove cumulative addition of timing data.

This commit is contained in:
Amjith Ramanujam 2016-09-05 20:25:11 -07:00
parent 36734f3383
commit 5afec288f5

View File

@ -583,8 +583,7 @@ class PGCli(object):
self.pgspecial.expanded_output, max_width)
output.extend(formatted)
end = time()
total += end - start
total = time() - start
# Keep track of whether any of the queries are mutating or changing
# the database