Skip to content

Commit

Permalink
Issue #79 Removed misused println
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Oct 16, 2015
1 parent ce972d4 commit 80d9e8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/groovy/nextflow/script/ScriptRunner.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ class ScriptRunner {
* look for `container` definition at process level
*/
session.config.process.each { String name, value ->
println "$name: ${value}"
if( name.startsWith('$') && value instanceof Map && value.container ) {
result[name]=value.container
}
Expand Down

0 comments on commit 80d9e8c

Please sign in to comment.