Browse Source

Remove extra print statements

Toni Fadjukoff 8 years ago
parent
commit
92c4fd25b0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      amica.pl

+ 0 - 2
amica.pl View File

@@ -33,9 +33,7 @@ sub parse_amica {
33 33
     my $SetMenus = $LunchMenu->{'SetMenus'};
34 34
     my $Html = $LunchMenu->{'Html'};
35 35
     if (length($Html) > 0) {
36
-      print "Doing html\n";
37 36
       my @Menus = split('<p>', $Html);
38
-      print "SetMenus" . @Menus . "\n";
39 37
       foreach my $SetMenu (@Menus) {
40 38
         my @Meals = split('<br />', $SetMenu);
41 39
 	foreach my $Meal (@Meals) {