diff --git a/tests/test_git.py b/tests/test_git.py index d9926ba..d25e6e7 100644 --- a/tests/test_git.py +++ b/tests/test_git.py @@ -32,7 +32,6 @@ class TestGitPlugin(sand_env.SandboxedCommandTestCase): os.environ = self.env_backup def test_git(self): - print(self.default_pubs_dir) self.execute_cmds([('pubs add data/pagerank.bib',)]) hash_a = git_hash(self.default_pubs_dir)