Skip to content

Commit

Permalink
Update import_params.py
Browse files Browse the repository at this point in the history
Deleted these comments:

    # print(arrival_distributions)
    # print(service_distributions)
    # print(number_of_servers)

I suspect these print statements were used temporarily for development or debugging. They don't need to be in the production form of the code. They add no functionality in this commented-out form.
  • Loading branch information
galenseilis authored Jun 14, 2024
1 parent 8c6bb9a commit 8bf42ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ciw/import_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ def create_network(
"""
Takes in kwargs, creates dictionary.
"""
# print(arrival_distributions)
# print(service_distributions)
# print(number_of_servers)
if (
arrival_distributions == None
or number_of_servers == None
Expand Down

0 comments on commit 8bf42ab

Please sign in to comment.