Title: [201116] trunk/Websites/perf.webkit.org
Revision
201116
Author
rn...@webkit.org
Date
2016-05-18 16:49:50 -0700 (Wed, 18 May 2016)

Log Message

Removed the erroneously committed debug code.

* tools/sync-commits.py:
(GitRepository.fetch_commit):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (201115 => 201116)


--- trunk/Websites/perf.webkit.org/ChangeLog	2016-05-18 23:42:39 UTC (rev 201115)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2016-05-18 23:49:50 UTC (rev 201116)
@@ -1,5 +1,12 @@
 2016-05-18  Ryosuke Niwa  <rn...@webkit.org>
 
+        Removed the erroneously committed debug code.
+
+        * tools/sync-commits.py:
+        (GitRepository.fetch_commit):
+
+2016-05-18  Ryosuke Niwa  <rn...@webkit.org>
+
         Perf dashboard should have a script to sync git commits
         https://bugs.webkit.org/show_bug.cgi?id=157867
 

Modified: trunk/Websites/perf.webkit.org/tools/sync-commits.py (201115 => 201116)


--- trunk/Websites/perf.webkit.org/tools/sync-commits.py	2016-05-18 23:42:39 UTC (rev 201115)
+++ trunk/Websites/perf.webkit.org/tools/sync-commits.py	2016-05-18 23:49:50 UTC (rev 201116)
@@ -190,7 +190,6 @@
                     return None
 
         current_hash = tokens[0]
-        print 'current:', tokens
         commit_time = int(tokens[1])
         author_email = tokens[2]
         parent_hash = tokens[3] if len(tokens) >= 4 else None
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to