mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-22 21:41:01 +01:00
Remove extraneous fmt.Println from beta-mode feature for pre-saving history entries
This commit is contained in:
parent
2490082088
commit
5e44159a0b
@ -103,7 +103,6 @@ func presaveHistoryEntry(ctx *context.Context) {
|
||||
// Don't save commands that start with a space
|
||||
return
|
||||
}
|
||||
fmt.Println(entry.Command)
|
||||
startTime, err := parseCrossPlatformInt(os.Args[4])
|
||||
lib.CheckFatalError(err)
|
||||
entry.StartTime = time.Unix(startTime, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user