]> granicus.if.org Git - php/commitdiff
remove a debug printf
authorShane Caraveo <shane@php.net>
Sun, 5 Oct 2003 16:37:50 +0000 (16:37 +0000)
committerShane Caraveo <shane@php.net>
Sun, 5 Oct 2003 16:37:50 +0000 (16:37 +0000)
ext/dom/xpath.c

index 0bc17ad57f2a0faed247f1ce166ad9627f585cae..e1503c5cff0c08533ca3cb8f14a863f1de94df8b 100644 (file)
@@ -121,7 +121,7 @@ PHP_FUNCTION(dom_xpath_register_ns)
        if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &prefix, &prefix_len, &ns_uri, &ns_uri_len) == FAILURE) {
                RETURN_FALSE;
        }
-       fprintf(stderr,"register %s=%s\n",prefix, ns_uri);
+
        if (xmlXPathRegisterNs(ctxp, prefix, ns_uri) != 0) {
                RETURN_FALSE
        }