Skip to content

Commit 90c4950

Browse files
committed
Revert "break it for the sake of getting funny results from CI"
This reverts commit 2f28294.
1 parent 2f28294 commit 90c4950

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
@@ -5532,7 +5532,6 @@ PHP_FUNCTION(db2_field_type)
55325532
str_val = "timestamp";
55335533
break;
55345534
default:
5535-
fprintf(stderr, " ! Type that's string: %d\n", stmt_res->column_info[col].type);
55365535
str_val = "string";
55375536
break;
55385537
}

0 commit comments

Comments
 (0)