瀏覽代碼

Remove debug print.

Heikki Hokkanen 15 年之前
父節點
當前提交
3f0bcc6871
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      gitstats

+ 0
- 1
gitstats 查看文件

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