diff --git a/run.sh b/run.sh
index 4bc88cde107350ddf7443fb49a9069ff55dcbb34..a3046a3c0f4dea4ba76834c5eb7c4e93e1c8c7fe 100755
--- a/run.sh
+++ b/run.sh
@@ -1,14 +1,3 @@
 #!/bin/bash
 python predict.py
 
-#echo `tree /home`
-#echo -e "\n" `export`
-
-echo '' > debug.log
-echo -e '\ndir listing' >> debug.log
-tree /home >> debug.log
-echo -e '\nexport list' >> debug.log
-export >> debug.log
-cat ./debug.log
-
-