summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdkonline b/mdkonline
index 05cfdf87..ff344d01 100755
--- a/mdkonline
+++ b/mdkonline
@@ -183,8 +183,8 @@ sub subsOnline {
};
if ($ret->is_success) {
my $content = $ret->content;
- print "CODE_RETOUR = $content\n";
- if ($content =~ m/(\d+)/) { my $code = sprintf("%d",$1);print "CODE = $code\n"; eval { $result->{$code}->() } }
+# print "CODE_RETOUR = $content\n";
+ if ($content =~ m/(\d+)/) { my $code = sprintf("%d",$1); eval { $result->{$code}->() } }
} else { raiseError($o->{mw}->{window}, N("Server Problem"), N("Problem connecting to server \n")) }
}
}