diff --git a/ORBIT/phases/install/quayside_assembly_tow/gravity_base.py b/ORBIT/phases/install/quayside_assembly_tow/gravity_base.py index a25e4404..1e80b1fc 100644 --- a/ORBIT/phases/install/quayside_assembly_tow/gravity_base.py +++ b/ORBIT/phases/install/quayside_assembly_tow/gravity_base.py @@ -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" diff --git a/ORBIT/phases/install/quayside_assembly_tow/moored.py b/ORBIT/phases/install/quayside_assembly_tow/moored.py index e4d8d752..916a09fc 100644 --- a/ORBIT/phases/install/quayside_assembly_tow/moored.py +++ b/ORBIT/phases/install/quayside_assembly_tow/moored.py @@ -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"