diff --git a/imageProcess.py b/imageProcess.py
index fcfcf288e22f67516002845549d2fd35e4a59cb1..9da3637b04e6fde8320c11cb89853c80a24e0152 100644
--- a/imageProcess.py
+++ b/imageProcess.py
@@ -33,7 +33,6 @@ def imageProcess(image):
 
         #Write emotion on the image
         emotion = fa.detectEmotion(face_color)
-        print(emotion)
         cv2.putText(image, emotion, (x,y), cv2.FONT_HERSHEY_SIMPLEX, 1, (255,0,0), 2)