rollback log

This commit is contained in:
Phuong Pham 2025-02-16 14:35:08 -06:00
parent ccf03886ad
commit 6a97276c0d
1 changed files with 0 additions and 9 deletions

View File

@ -6,7 +6,6 @@ import (
"fmt" "fmt"
"log" "log"
"os" "os"
"runtime/debug"
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
) )
@ -271,14 +270,6 @@ func Logf(o interface{}, text string, args ...interface{}) {
LogLevelPrintf(LogLevelNotice, o, text, args...) 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 // Infoc writes info on transfers for this Object or Fs. Use this
// level for logging transfers, deletions and things which should // level for logging transfers, deletions and things which should
// appear with the -v flag. // appear with the -v flag.