Removed stray debugging statement

This commit is contained in:
Brad Warren
2015-08-13 18:44:28 -07:00
parent 0aaf9f2be7
commit 8f1162ba7e
@@ -248,7 +248,6 @@ def _create_backup(config, temp_dir):
shutil.rmtree(backup, ignore_errors=True)
shutil.copytree(config, backup, symlinks=True)
print backup
return backup