Skip to content

Commit 7f71b8b

Browse files
committed
Remove debugging code remnant
1 parent 7ef6702 commit 7f71b8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

check/checkfunctions/library_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
"github.com/arduino/arduino-check/project"
2626
"github.com/arduino/arduino-check/project/projecttype"
2727
"github.com/arduino/go-paths-helper"
28-
"github.com/sirupsen/logrus"
2928
"github.com/stretchr/testify/assert"
3029
"github.com/stretchr/testify/require"
3130
)
@@ -250,7 +249,6 @@ func TestLibraryInvalid(t *testing.T) {
250249
{"Valid library", "Recursive", checkresult.Pass, ""},
251250
}
252251

253-
logrus.SetLevel(logrus.ErrorLevel)
254252
checkLibraryCheckFunction(LibraryInvalid, testTables, t)
255253
}
256254

0 commit comments

Comments
 (0)