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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user