Skip to content

Commit f4b4eb4

Browse files
committed
Remove print statement
1 parent 6e3164d commit f4b4eb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cdc_covidnet/delphi_cdc_covidnet/update_sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def update_sensor(
105105
signals = add_prefix(SIGNALS, wip_signal=read_params()["wip_signal"], prefix="wip_")
106106
for signal in signals:
107107
write_to_csv(hosp_df, signal, output_path)
108-
print(hosp_df)
109108
return hosp_df
110109

111110

0 commit comments

Comments
 (0)