Skip to content

Commit

Permalink
fix verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
squoia committed Nov 24, 2017
1 parent d8b7654 commit 008c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MT_systems/translate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GetOptions(
$value =~ s/\$SQUOIA_DIR/$squoiaPath/g;

}
print "$var=$value\n";
#print "$var=$value\n";
$config{$var} = $value;
}
close CONFIG;
Expand Down

0 comments on commit 008c52e

Please sign in to comment.