Commit 59532e4f authored by Philip Thiem's avatar Philip Thiem

Remove some temporary logging

--HG--
extra : rebase_source : f613c3c009ab69ab51c7de82b49ffaef63ea7461
parent 6e9b5f8c
...@@ -284,7 +284,6 @@ class SVNEntriesCMD(SVNEntries): ...@@ -284,7 +284,6 @@ class SVNEntriesCMD(SVNEntries):
_, data = _run_command(['svnversion', self.path]) _, data = _run_command(['svnversion', self.path])
parsed = self.svnverre.match(data) parsed = self.svnverre.match(data)
if parsed: if parsed:
log.warn('Parsed!')
try: try:
#No max needed this command summarizes working copy since 1.0 #No max needed this command summarizes working copy since 1.0
self.revision = int(parsed.group(2)) self.revision = int(parsed.group(2))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment