From 52eefd0fe6d6c44f3bf6607547a35c99015ac0ef Mon Sep 17 00:00:00 2001
From: Robert Latta <robert.latta@geant.org>
Date: Fri, 1 May 2020 10:27:32 +0000
Subject: [PATCH] removed redundant data from export

---
 inventory_provider/db/ims_data.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/inventory_provider/db/ims_data.py b/inventory_provider/db/ims_data.py
index 3f60614d..869241d0 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
 
-- 
GitLab