X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=gaas%2Flib%2FgaasClientMessages.php;h=f9581f93e996615dfbbf24a841251ad781a897b5;hp=5e5e2ce18538c6d19439b27e3cb733cbe653f32d;hb=40dc7f97626a703a943e27cdcd1a3d6a332a8f27;hpb=d751cc8f54e6e8b05e5d9d549fedde8fa713aa71 diff --git a/gaas/lib/gaasClientMessages.php b/gaas/lib/gaasClientMessages.php index 5e5e2ce..f9581f9 100644 --- a/gaas/lib/gaasClientMessages.php +++ b/gaas/lib/gaasClientMessages.php @@ -18,9 +18,6 @@ function gaasStatus_clientrecv($params) // IN: "IN", "user", "pass" function gaasInitServer_clientsend($params) { - echo "backend:\n"; - print_r($params); - echo "\n"; $msg["backend"] = $params[0]; $msg["user"] = $params[1]; $msg["pass"] = $params[2]; @@ -42,8 +39,6 @@ function gaasInitServer_clientsend($params) // pretty simple, it either works or doesnt, we just pass on the result function gaasInitServer_clientrecv($params) { - echo "in recv, params\n"; - print_r($params); return $params; }