removed unused commented out code
diff --git a/tasks/main.yml b/tasks/main.yml
index 2357454..d47bfc7 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -4,12 +4,6 @@
   group:
     name: "{{ opdk_group_name }}"
     state: present
-#  register: group_status
-#
-#- name: Cache group status
-#  cache:
-#    key: group_status
-#    value: "{{ group_status.state | lower == 'present' }}"
 
 - name: Create the apigee user
   become: yes