Mercurial > eagle-eye
changeset 331:6eac624efc80
removed debug message
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Thu, 12 Feb 2009 01:53:59 +0800 |
parents | 484aaddeef66 |
children | 118605b58d09 2ca2c4c49901 |
files | Ikariam.pm |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Ikariam.pm Thu Feb 12 01:50:52 2009 +0800 +++ b/Ikariam.pm Thu Feb 12 01:53:59 2009 +0800 @@ -1042,7 +1042,6 @@ $self->{'cities'}->{$cityId}->{$x} = {}; my $res = $self->{mech}->get(sprintf('http://%s/index.php?view=cityMilitary-%s&id=%d', $self->{server}, $x, $cityId)); my @numbers = Ikariam::Extractor->new(content => $res->content)->find('//table//tr/td'); - print(Dumper(@numbers)); foreach my $j (0..$#{$force_types{$x}}) { next if(!defined($force_types{$x}[$j])); if ($numbers[$j] == '-') { @@ -1052,7 +1051,6 @@ } } } - print(Dumper($self->{'cities'}->{$cityId}->{'army'})); } sub checkFriends