[Slim-Checkins] r33830 - /7.7/trunk/platforms/readynas/tools/txt2str.pl

[email protected] Mon, 13 Feb 2012 16:53:22 -0000
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Mon Feb 13 08:53:22 2012
New Revision: 33830

URL: http://svn.slimdevices.com/slim?rev=33830&view=rev
Log:
Bug: n/a
Description: remove debug statement

Modified:
    7.7/trunk/platforms/readynas/tools/txt2str.pl

Modified: 7.7/trunk/platforms/readynas/tools/txt2str.pl
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/readynas/tools/txt2str.pl?rev=33830&r1=33829&r2=33830&view=diff
==============================================================================
--- 7.7/trunk/platforms/readynas/tools/txt2str.pl (original)
+++ 7.7/trunk/platforms/readynas/tools/txt2str.pl Mon Feb 13 08:53:22 2012
@@ -28,7 +28,7 @@
 my $string;
 my %data;
 
-while(<STRINGS>) {
+while (<STRINGS>) {
 
 	# remove newline chars and trailing tabs/spaces
 	chomp; s/[\t\s]+$//; 
@@ -52,8 +52,6 @@
 
 close(STRINGS);
 
-print Data::Dump::dump(%data);
-
 for my $lang (keys %data) {
 	my $dir = 'addon_template/language/' . $langs{$lang};
 	make_path($dir) unless -d $dir;