diff options
Diffstat (limited to 'git')
-rw-r--r-- | git/refs/log.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git/refs/log.py b/git/refs/log.py index e0f92fbe..742c9ccd 100644 --- a/git/refs/log.py +++ b/git/refs/log.py @@ -197,8 +197,6 @@ class RefLog(list, Serializable): the index is negative """ fp = open(filepath, 'rb') - # DEBUG - print filepath if index < 0: return RefLogEntry.from_line(fp.readlines()[index].strip()) else: |