aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-01-02 17:01:56 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-01-02 17:01:56 +0100
commitcdbc9a82815e5c22b395e3ea06faf0d9c5c12986 (patch)
tree20b17b401ae0ac54240815902e90f18d0beee21f
parent9ce4eebcb615f5ce7df9bd23e3ff20e2eab38d82 (diff)
removed spurious prints
-rw-r--r--lesana/collection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lesana/collection.py b/lesana/collection.py
index 5693049..05abcfb 100644
--- a/lesana/collection.py
+++ b/lesana/collection.py
@@ -255,7 +255,6 @@ class Collection(object):
try:
with open(os.path.join(c_dir, '.gitignore'), 'r') as fp:
for line in fp:
- print("reading line", line)
if '.lesana' in line:
lesana_ignored = True
continue