remove deprecated log

This commit is contained in:
lealife
2017-11-30 18:46:30 +08:00
parent c6937fd184
commit 094d18be46
16 changed files with 44 additions and 52 deletions

View File

@ -183,7 +183,6 @@ func PutFileStrContent(path, content string) bool {
// Log(path)
if err1 != nil {
Log(err1)
return false
}
return true