Skip to content

Commit

Permalink
Removed message when a COLUMN variable is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Sep 8, 2014
1 parent 618cd48 commit 6ec8c80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/groovy/nextflow/cli/Launcher.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class Launcher implements ExitCode {

private short getColumns() {
if( !colsString ) {
log.debug 'Bash environment $COLUMNS is not defined -- It looks TTY is not available'
return 0
}

Expand Down

0 comments on commit 6ec8c80

Please sign in to comment.