]> granicus.if.org Git - php/commitdiff
Remove debug message.
authorAndrei Zmievski <andrei@php.net>
Thu, 2 Feb 2006 00:05:21 +0000 (00:05 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 2 Feb 2006 00:05:21 +0000 (00:05 +0000)
ext/unicode/unicode_iterators.c

index e68fdace113dbcaffb897834eadb010f4898be9f..06e355fbd529c685b5717187bcca10159e741e08 100644 (file)
@@ -90,7 +90,6 @@ PHP_METHOD(TextIterator, __construct)
        }
 
        if (Z_TYPE_P(text) != IS_UNICODE) {
-               printf("not unicode\n");
                zend_throw_exception(U_CLASS_ENTRY(spl_ce_InvalidArgumentException), "Text iterator expects argument to be a Unicode string", 0 TSRMLS_CC);
                return;
        }