mirror of https://github.com/rclone/rclone.git
rollback log
This commit is contained in:
parent
ccf03886ad
commit
6a97276c0d
|
@ -6,7 +6,6 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"runtime/debug"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
@ -271,14 +270,6 @@ func Logf(o interface{}, text string, args ...interface{}) {
|
|||
LogLevelPrintf(LogLevelNotice, o, text, args...)
|
||||
}
|
||||
|
||||
func LogMe(text string) {
|
||||
LogLevelPrint(LogLevelInfo, nil, text)
|
||||
}
|
||||
|
||||
func LogCallStack() {
|
||||
debug.PrintStack()
|
||||
}
|
||||
|
||||
// Infoc writes info on transfers for this Object or Fs. Use this
|
||||
// level for logging transfers, deletions and things which should
|
||||
// appear with the -v flag.
|
||||
|
|
Loading…
Reference in New Issue