Skip to content

Commit f401ddc

Browse files
remove debug leftover
1 parent 3ae0ba0 commit f401ddc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ func TestUploadHandlerAgainstEvilFileNames(t *testing.T) {
5757
r.POST("/", uploadHandler)
5858
ts := httptest.NewServer(r)
5959

60-
fmt.Println(base64.StdEncoding.EncodeToString([]byte("test")))
61-
62-
//Padding: dGVzdA==
63-
//Raw: dGVzdA
64-
6560
uploadEvilFileName := Upload{
6661
Port: "/dev/ttyACM0",
6762
Board: "arduino:avr:uno",

0 commit comments

Comments
 (0)