dever hace 7 años
padre
commit
68e1a4f677
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      applet/src/Msg.php

+ 0 - 1
applet/src/Msg.php

@@ -135,7 +135,6 @@ class Msg
 	{
 		Dever::import('queue');
 		while ($data = Dever::pop()) {
-			print_r($data);die;
 			$this->sendOne($data['key'], $data['project_id'], $data['touser'], $data['page'], $data['data'], $data['form_id'], $data['emphasis_keyword']);
 		}
 	}