diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-06 16:00:19 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-06 16:00:19 -0700 |
commit | 9f0cedad8e4f4063db7c8ee5cd9821ff10e39ea0 (patch) | |
tree | 60bf0bf05474715f426d70742158b1f5e699b52f | |
parent | 32602c5f87a5731a578f99c97adfb27721a13fb1 (diff) | |
download | volse-hubzilla-9f0cedad8e4f4063db7c8ee5cd9821ff10e39ea0.tar.gz volse-hubzilla-9f0cedad8e4f4063db7c8ee5cd9821ff10e39ea0.tar.bz2 volse-hubzilla-9f0cedad8e4f4063db7c8ee5cd9821ff10e39ea0.zip |
remove debugging statement
-rw-r--r-- | mod/message.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php index 114f558db..011a5a67b 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 &", |