From 9c0946506ce5616b9bf33061791abb984b3c1e31 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 15 Mar 2017 22:43:12 +0100 Subject: [PATCH] remove debug print --- tests/test_compare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_compare.py b/tests/test_compare.py index bce587f..f7155a4 100644 --- a/tests/test_compare.py +++ b/tests/test_compare.py @@ -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