dever 6 years ago
parent
commit
caa640225c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/Manage.php

+ 0 - 1
lib/Manage.php

@@ -23,7 +23,6 @@ class Manage
         if ($to_uid && $name && $content) {
         if ($to_uid && $name && $content) {
             $push = 'push';
             $push = 'push';
             $result = Dever::load('message/lib/data')->push($uid, $to_uid, $name, $content, $type, $project_id, $scope, $push, $id);
             $result = Dever::load('message/lib/data')->push($uid, $to_uid, $name, $content, $type, $project_id, $scope, $push, $id);
-            print_r($result);die;
         }
         }
     }
     }
 }
 }