Skip to content

Commit 9f6183b

Browse files
removed old debug logs
1 parent 7f23fc9 commit 9f6183b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/pmdConfigCreator_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,7 @@ func TestExactJsonStructure(t *testing.T) {
342342
},
343343
}
344344

345-
fmt.Println("Test input:")
346-
fmt.Printf("Parameters: %+v\n", config[0].Parameters)
347-
348345
obtainedConfig := CreatePmdConfig(config)
349-
fmt.Println("Generated XML:")
350-
fmt.Println(obtainedConfig)
351346

352347
var ruleset PMDRuleset
353348
err := xml.Unmarshal([]byte(obtainedConfig), &ruleset)

0 commit comments

Comments
 (0)