Commit 30cd98bd authored by Taras Postument's avatar Taras Postument
Browse files

remove temp loglines

parent 38531ec9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2436,9 +2436,6 @@ func TestSVGGeneratedBySpaceInvaders(t *testing.T) {

		SpaceInvaders(w, md5Key, mapOfColors["frogideas"][:2], 220)

		// t.Log(w.String())
		// t.Log(expected)

		if w.String() != expected {
			fExpected := k + "_expected"
			fGot := k + "_got"