Removed useless print statements

This commit is contained in:
Karma Riuk 2023-08-14 15:09:24 +02:00
parent d95d87c0d8
commit e1a7e12e6e

View File

@ -1,7 +1,6 @@
package writer
import (
"fmt"
"maze-solver/maze"
"maze-solver/utils"
"testing"
@ -69,7 +68,6 @@ func TestStringsWriter(t *testing.T) {
}
for _, test := range tests {
fmt.Printf("----------- %s -----------\n", test.name)
writer := StringsWriter{
PathChar: test.pathChar,
WallChar: test.wallChar,