Skip to content

Commit

Permalink
forgot to remove debug printf()...
Browse files Browse the repository at this point in the history
  • Loading branch information
kaigai committed Apr 11, 2024
1 parent b22b538 commit 82b500f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpu_timelib.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,6 @@ __pg_extract_timestamp_common(kern_context *kcxt,
date2j(tm.tm_year, 1, 1) + 1);
break;
case DTK_TZ:
printf("value=%d tz_info = %p\n", (int)value, tz_info);
if (tz_info)
{
result->u.value = tm.tm_gmtoff;
Expand Down

0 comments on commit 82b500f

Please sign in to comment.