From 6e31a98c1898dee6837c44249cb10f9f5c210f10 Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Fri, 29 Jan 2021 21:08:35 -0800 Subject: [PATCH] Minor: forgotten print. --- tests/test_git.py | 1 - 1 file changed, 1 deletion(-) 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)