diff --git a/tasks/2-scan.yml b/tasks/2-scan.yml
index 99d5fb269960a87573c43dc9d23734dedba239c5..f41ce96255a52592126f72948f78e37a745eccbb 100644
--- a/tasks/2-scan.yml
+++ b/tasks/2-scan.yml
@@ -26,11 +26,6 @@
     dest: "{{ paas_ci_workdir + '/scan.py' }}"
     mode: a+x 
 
-- name: Show dep json file
-  debug:
-    msg: "{{ lookup('file', item.path) }}"
-  with_items: "{{ paas_ci_workdir + '/dep.json' }}"
-
 - name: Load depdep log
   command: cat "{{ paas_ci_workdir + '/dep.json' }}"
   register: dep_json