1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

remove debug print

This commit is contained in:
deadc0de6
2017-03-15 22:43:12 +01:00
parent 3a3e47aeee
commit 9c0946506c

View File

@@ -35,7 +35,6 @@ class TestCompare(unittest.TestCase):
for dotfile in dotfiles:
diffval = inst.compare(t, tmp, opts['profile'],
dotfile.src, dotfile.dst)
print("diffval: ", diffval)
path = os.path.expanduser(dotfile.dst)
results[path] = diffval
return results