remove print graph

This commit is contained in:
onyx-and-iris 2024-12-14 19:34:28 +00:00
parent e1322465af
commit 415a41788b

View File

@ -2,8 +2,6 @@ package two
import (
"bytes"
log "github.com/sirupsen/logrus"
)
func Solve(buf []byte) (int, error) {
@ -33,8 +31,6 @@ func Solve(buf []byte) (int, error) {
}
}
log.Debugf("\n%s\n", graph.String())
return maxAtSecond, nil
}