Skip to content

Commit 0f15203

Browse files
committed
Remove debug code
1 parent c2f2263 commit 0f15203

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

librarydetection/languages/R_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package languages_test
22

33
import (
4-
"fmt"
54
"io/ioutil"
65

76
. "github.com/onsi/ginkgo"
@@ -33,9 +32,6 @@ var _ = Describe("RLibraryDetection", func() {
3332
Describe("Extract R Libraries", func() {
3433
It("Should be able to extract libraries", func() {
3534
libs, err := analyzer.ExtractLibraries(string(fixture))
36-
for _, l := range libs {
37-
fmt.Println(l)
38-
}
3935
if err != nil {
4036
panic(err)
4137
}

0 commit comments

Comments
 (0)