mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 13:26:11 +00:00
remove debug print
This commit is contained in:
@@ -35,7 +35,6 @@ class TestCompare(unittest.TestCase):
|
|||||||
for dotfile in dotfiles:
|
for dotfile in dotfiles:
|
||||||
diffval = inst.compare(t, tmp, opts['profile'],
|
diffval = inst.compare(t, tmp, opts['profile'],
|
||||||
dotfile.src, dotfile.dst)
|
dotfile.src, dotfile.dst)
|
||||||
print("diffval: ", diffval)
|
|
||||||
path = os.path.expanduser(dotfile.dst)
|
path = os.path.expanduser(dotfile.dst)
|
||||||
results[path] = diffval
|
results[path] = diffval
|
||||||
return results
|
return results
|
||||||
|
|||||||
Reference in New Issue
Block a user