diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index d48f2bd5c55bef3d600438309002a22200d7c762..d4231451de8e7c85dcf2caeef4c76b0ed201d45a 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -69,14 +69,6 @@
         regexp='^#?listen_addresses\s*='
         line="listen_addresses = '*'"
         state=present
-    - command: "ls  /home/{{ deploy_user_name }}/iPPIDB/ansible/"
-      register: dir_out
-    - debug: var={{item}}
-      with_items: dir_out.stdout_lines
-    - command: "git log ."
-      register: dir_out
-    - debug: var={{item}}
-      with_items: dir_out.stdout_lines
     - name: copy pg_hba.conf file
       copy: 
         remote_src: true