mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 22:11:13 +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
|
// Don't save commands that start with a space
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Println(entry.Command)
|
|
||||||
startTime, err := parseCrossPlatformInt(os.Args[4])
|
startTime, err := parseCrossPlatformInt(os.Args[4])
|
||||||
lib.CheckFatalError(err)
|
lib.CheckFatalError(err)
|
||||||
entry.StartTime = time.Unix(startTime, 0)
|
entry.StartTime = time.Unix(startTime, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user