From 3f0bcc687179e6ee2c96e3e3abe9266674833192 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Wed, 19 Jan 2011 18:07:51 +0200 Subject: [PATCH] Remove debug print. --- gitstats | 1 - 1 file changed, 1 deletion(-) diff --git a/gitstats b/gitstats index 5c130a3..5c0a449 100755 --- a/gitstats +++ b/gitstats @@ -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