Skip to content

Commit 3a3b382

Browse files
committed
Remove unnecessary comment about formatted time
1 parent 63baa11 commit 3a3b382

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/network-database/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def load_data(network_option):
1212
print("Generating data.................................................")
1313
time_stamp = datetime.now(timezone(timedelta(hours=-8)))
1414
formatted_time_stamp = time_stamp.strftime("%Y-%m-%d %H:%M:%S%z")
15-
print("Formatted_time_stamp: ", formatted_time_stamp)
1615
if network_option in ['all', Constants.GRN_NETWORK_MODE]:
1716
grnDataGenerator = GeneRegulatoryNetworkDataGenerator(GeneRegulatoryNetworkFetcherService(), GeneRegulatoryNetworkProcessor(formatted_time_stamp), save_service)
1817

0 commit comments

Comments
 (0)