mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
remove debugging statement
This commit is contained in:
parent
32602c5f87
commit
9f0cedad8e
1 changed files with 0 additions and 1 deletions
|
@ -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 &",
|
||||
|
|
Loading…
Reference in a new issue