Skip to content

Commit b2b88b2

Browse files
committed
Remove commented out printf debugging session
1 parent ba7de8f commit b2b88b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibm_db2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5878,7 +5878,6 @@ PHP_FUNCTION(db2_result)
58785878
}
58795879
memset(out_ptr, 0, in_length * 2);
58805880
rc = _php_db2_get_data(stmt_res, col_num+1, SQL_C_CHAR, out_ptr, in_length, &out_length);
5881-
//fprintf(stderr, " ** strlen %d in_length %d out_length %d\n", strlen(out_ptr), in_length, out_length);
58825881
if (out_length > (in_length * 2)) {
58835882
php_error_docref(NULL, E_WARNING, "SQLGetData returned more data than what was provided; possible memory corruption");
58845883
/* should abort here */

0 commit comments

Comments
 (0)