]> git.mxchange.org Git - friendica.git/commitdiff
remove debugging statement
authorMike Macgirvin <mike@macgirvin.com>
Wed, 6 Oct 2010 23:00:19 +0000 (16:00 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Wed, 6 Oct 2010 23:00:19 +0000 (16:00 -0700)
mod/message.php

index 114f558dbf9b4c27754db791f90e899ed8fb93b0..011a5a67bd7cd93e16578dde0b4d1a741a548ded 100644 (file)
@@ -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 &",