fixed debug output

This commit is contained in:
2023-11-05 13:00:26 +01:00
parent c4c60651d1
commit 56a4000b67
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ func (s *Stack) Dump() {
}
func (s *Stack) Clear() {
s.Debug("DEBUG: clearing stack")
s.Debug("clearing stack")
s.linklist = list.List{}
}