Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Oct 29, 2024
1 parent 3ce984f commit 615d818
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class SamplesheetConverter {
}

private static logUnrecognisedHeaders(String fileName) {
log.info("HEADERS: ${this.unrecognisedHeaders}" as String)
def Set unrecognisedHeaders = this.unrecognisedHeaders as Set
if(unrecognisedHeaders.size() > 0) {
def String processedHeaders = unrecognisedHeaders.collect { "\t- ${it}" }.join("\n")
Expand Down

0 comments on commit 615d818

Please sign in to comment.