Skip to content

Commit f214349

Browse files
committed
remove echo added for debug
1 parent 4a3621f commit f214349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/make_concepts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ do
3131

3232
# not skipping - so generate the table on bigquery
3333
echo "Generating ${TARGET_DATASET}.${tbl}"
34-
echo bq query --use_legacy_sql=False --replace --destination_table=${TARGET_DATASET}.${tbl} < ${d}/${fn}
34+
bq query --use_legacy_sql=False --replace --destination_table=${TARGET_DATASET}.${tbl} < ${d}/${fn}
3535
fi
3636
done
3737
done

0 commit comments

Comments
 (0)