Skip to content

Commit

Permalink
Remove debug line about label
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Aug 5, 2018
1 parent 0009d77 commit d97dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mlst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for my $argv (@ARGV)
# use --label, else just filename
$LABEL = $label || ($nopath ? just_filename($argv) : $argv);
msg("Using label '$LABEL' for file $argv") if $LABEL ne $argv;
msg("argv=$argv infile=$infile LABEL=$LABEL label=$label");
#msg("argv=$argv infile=$infile LABEL=$LABEL label=$label");

my @code = $sch eq '-' ? () : split m{$SEP}, $sig ;

Expand Down

0 comments on commit d97dd29

Please sign in to comment.