Skip to content

Commit

Permalink
wpsbuild.pl: Remove superflous debug statement.
Browse files Browse the repository at this point in the history
Change-Id: Ic32a6737053ca98d9db479488125b2c6bbd13384
  • Loading branch information
kugel- committed Jun 10, 2012
1 parent 35b45a8 commit 0cef275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wps/wpsbuild.pl
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ sub buildcfg {
"rfms" => $rfms);
for my $skin (keys %skinfiles) {
my $val = $skinfiles{$skin};
print "$skin: $val\n";
if (!defined($val)) {
# dont put value if not defined (e.g. rwps when there's no remote)
next;
Expand Down

0 comments on commit 0cef275

Please sign in to comment.