From 9f0cedad8e4f4063db7c8ee5cd9821ff10e39ea0 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 6 Oct 2010 16:00:19 -0700 Subject: [PATCH] remove debugging statement --- mod/message.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/message.php b/mod/message.php index 114f558..011a5a6 100644 --- a/mod/message.php +++ b/mod/message.php @@ -69,7 +69,6 @@ function message_post(&$a) { $php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php'); $proc_debug = get_config('system','proc_debug'); -notice("\"$php_path\" \"include/notifier.php\" \"mail\" \"$post_id\" $proc_debug &"); if($post_id) { proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"mail\" \"$post_id\" $proc_debug &",