浏览代码

Sorry -- forgot to remove debugging stuff.

Tyler Akins 24 年之前
父节点
当前提交
172ede3d76
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/compose.php

+ 0 - 2
src/compose.php

@@ -444,8 +444,6 @@
 	 }
 	 $body = $newBody;
 	 
-	 var_dump($body);
-	 
          do_hook("compose_send");
 
          if (! sendMessage($send_to, $send_to_cc, $send_to_bcc, $subject, $body, $reply_id)) {