cvs: embed /php-irssi php-core.c

[email protected] ("Tal Peer") Fri, 28 Mar 2003 13:19:24 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1048857564@cvsserver>
tal		Fri Mar 28 08:19:24 2003 EDT

  Modified files:              
    /embed/php-irssi	php-core.c 
  Log:
  Remove debug message
  
Index: embed/php-irssi/php-core.c
diff -u embed/php-irssi/php-core.c:1.15 embed/php-irssi/php-core.c:1.16
--- embed/php-irssi/php-core.c:1.15	Wed Mar 12 11:37:04 2003
+++ embed/php-irssi/php-core.c	Fri Mar 28 08:19:24 2003
@@ -15,7 +15,7 @@
   | Authors: Wez Furlong <[email protected]>                                   |
   |          Tal Peer <[email protected]>                                      | 
   +----------------------------------------------------------------------+
-  $Id: php-core.c,v 1.15 2003/03/12 16:37:04 tal Exp $
+  $Id: php-core.c,v 1.16 2003/03/28 13:19:24 tal Exp $
 */
 #define MODULE_NAME "php/core"
 #include "common.h"
@@ -280,7 +280,6 @@
 	
 	/* XXX: We need to make that changeable... */
 	spprintf(&include_path, -1, "%s/scripts:%s", get_irssi_dir(), SCRIPTDIR);
-	printtext_window(active_win, MSGLEVEL_CLIENTCRAP, "-!- php: setting include_path to %s", include_path);
 	
 	php_set_ini_entry("include_path", include_path, PHP_INI_STAGE_ACTIVATE);
 	php_set_ini_entry("html_errors", "0", PHP_INI_STAGE_ACTIVATE);