dever 6 년 전
부모
커밋
caa640225c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/Manage.php

+ 0 - 1
lib/Manage.php

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