From: Matteo Nastasi Date: Sun, 29 Mar 2020 18:23:37 +0000 (+0200) Subject: some cleanup X-Git-Tag: v5.6.0~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=fc404a3ac3820257e88fd5198b4c440cb178fa1f some cleanup --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index cfebe20..77c3496 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -954,18 +954,6 @@ class Sac_a_push { fprintf(STDERR, "User associated with ID: %s not found\n", $id); } - if (isset($this->s2u[$id])) { - $user = $this->s2u[$id]; - - fprintf(STDERR, 'POST USER'); - if ($user && $user->rd_transp && strpos($user->rd_transp->type, "websocket") !== FALSE) { - fprintf(STDERR, "HERE WE ARE INCOMING DATA [%s]\n", $user->rd_transp->deframe($buf)); - - } - } - else { - fprintf(STDERR, "REC ID: %s\n", $id); - } if (isset($this->s2p[$id])) { $this->s2p[$id]->rest -= mb_strlen($buf, "ASCII"); $this->s2p[$id]->cont .= $buf;