remove debugging
authorAlan <alan@roojs.com>
Wed, 28 Jun 2023 08:48:21 +0000 (16:48 +0800)
committerAlan <alan@roojs.com>
Wed, 28 Jun 2023 08:48:21 +0000 (16:48 +0800)
Net/Telegram/Call.php

index 8202d51..bfbe93c 100644 (file)
@@ -13,7 +13,7 @@ class Net_Telegram_Call extends Net_Telegram_Entity {
             }
             $params[$k] = $v;
         }
-        print_R($params);
+        //print_R($params);
         // doesnt send json... -> might need fixing if we send ocmplex messages.
         $cls = explode('_',get_class($this));
         $method = lcfirst(array_pop($cls));