dever 7 years ago
parent
commit
d6a28e5edc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      applet/src/Msg.php

+ 0 - 1
applet/src/Msg.php

@@ -116,7 +116,6 @@ class Msg
 						$send[$v['key']] = $v['value'];
 					}
 					$send = json_encode($send, JSON_UNESCAPED_UNICODE);
-					print_r($send);die;
 					Dever::setInput('data', $send);
 				}