Skip to content

Commit 360495a

Browse files
committed
fix: remove print debugging statement
1 parent 6aced6c commit 360495a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/features/steps/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def step_impl(context: Context):
190190
for datetime_field in context.datetime_fields:
191191
# Convert date_time field
192192
date_time_naive = datetime.fromisoformat(row[datetime_field])
193-
print(date_time_naive)
194193
date_time_aware = convert_dt_tz_naive_to_tz_aware(
195194
date_time_naive, "America/Denver"
196195
)

0 commit comments

Comments
 (0)