diff --git a/inventory_provider/db/ims_data.py b/inventory_provider/db/ims_data.py index 3f60614d7636a4f33f8ce0667a2e2cdd4d345ea4..869241d03e023a6a8af5875867bb40638a5b1045 100644 --- a/inventory_provider/db/ims_data.py +++ b/inventory_provider/db/ims_data.py @@ -209,9 +209,6 @@ def otrs_get_vendor_contacts(ds): }) if not _is_valid_customer(t_customer_user): continue - if vrc['Contact']['IsGroup']: - t_customer_user['comments'] = \ - 'Organisation imported as a user' yield t_customer_user