Skip to content

Commit c1f862c

Browse files
Remove debug line
1 parent 66cdeb6 commit c1f862c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redis_array.c

-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ PHP_METHOD(RedisArray, __construct)
288288
d_connect_timeout = Z_DVAL_PP(z_connect_timeout_pp);
289289
} else if (Z_TYPE_PP(z_connect_timeout_pp) == IS_LONG) {
290290
d_connect_timeout = Z_LVAL_PP(z_connect_timeout_pp);
291-
php_printf("Connect timeout: %f\n", d_connect_timeout);
292291
} else {
293292
d_connect_timeout = atof(Z_STRVAL_PP(z_connect_timeout_pp));
294293
}

0 commit comments

Comments
 (0)