NotifySend.php
authorleon <leon@roojs.com>
Tue, 31 Oct 2023 03:43:40 +0000 (11:43 +0800)
committerleon <leon@roojs.com>
Tue, 31 Oct 2023 03:43:40 +0000 (11:43 +0800)
NotifySend.php

index e0728fb..e9c37a0 100644 (file)
@@ -108,9 +108,6 @@ class Pman_Core_NotifySend extends Pman
              
             $this->errorHandler("already sent - repeat to early\n");
         }
-
-        var_dump($force);
-        die('b');
         
         $this->server = DB_DataObject::Factory('core_notify_server')->getCurrent($this, $force);
         if (!$force &&  $w->server_id != $this->server->id) {