Skip to content

Commit 79cabcd

Browse files
committed
Get rid of debugging cruft
1 parent 109fa14 commit 79cabcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/standard/odbc_utils.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ PHP_FUNCTION(odbc_connection_string_is_quoted)
3131
ZEND_PARSE_PARAMETERS_END();
3232

3333
bool is_quoted = php_odbc_connstr_is_quoted(ZSTR_VAL(str));
34-
//fprintf(stderr, "!%s!%d!\n", ZSTR_VAL(str), is_quoted);
3534

3635
RETURN_BOOL(is_quoted);
3736
}
@@ -46,7 +45,6 @@ PHP_FUNCTION(odbc_connection_string_should_quote)
4645

4746
bool should_quote = php_odbc_connstr_should_quote(ZSTR_VAL(str));
4847

49-
//fprintf(stderr, "!%s!%d!\n", ZSTR_VAL(str), should_quote);
5048
RETURN_BOOL(should_quote);
5149
}
5250

0 commit comments

Comments
 (0)