Remove debug print.

master
Heikki Hokkanen 2011-01-19 18:07:51 +02:00
parent 5722b75c2b
commit 3f0bcc6871
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ class GitDataCollector(DataCollector):
# First and last commit stamp (may be in any order because of cherry-picking and patches)
if stamp > self.last_commit_stamp:
self.last_commit_stamp = stamp
print 'Last:', stamp
if self.first_commit_stamp == 0 or stamp < self.first_commit_stamp:
self.first_commit_stamp = stamp