Skip to content

Commit

Permalink
Had to remove a print statement that I left.
Browse files Browse the repository at this point in the history
  • Loading branch information
nRiccobo committed Jun 17, 2024
1 parent 41e57c2 commit 90dd2cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ORBIT/phases/install/quayside_assembly_tow/gravity_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def initialize_support_vessel(self, **kwargs):
)

if station_keeping_vessels is not None:
print(station_keeping_vessels)
warn(
"['towing_vessl_groups]['station_keeping_vessels']"
" will be deprecated and replaced with"
Expand Down
1 change: 0 additions & 1 deletion ORBIT/phases/install/quayside_assembly_tow/moored.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def initialize_support_vessel(self):
)

if station_keeping_vessels is not None:
print(station_keeping_vessels)
warn(
"['towing_vessl_groups]['station_keeping_vessels']"
" will be deprecated and replaced with"
Expand Down

0 comments on commit 90dd2cf

Please sign in to comment.