Remove logging statement; refactor test scripts

This commit is contained in:
Etienne Charlier
2017-06-08 22:21:57 +02:00
parent c688c501d3
commit 1361b553ac
3 changed files with 108 additions and 69 deletions

View File

@@ -229,7 +229,6 @@ func configRepository(context *cli.Context, init bool) {
preferencePath = path.Join(repository, duplicacy.DUPLICACY_DIRECTORY) // TOKEEP
}
duplicacy.LOG_INFO("PREF_PATH", "-pref-dir value: --|%s|-- ", preferencePath)
if stat, _ := os.Stat(path.Join(preferencePath, "preferences")); stat != nil {