From 9347ac2e7c7d7c0693cd85327297b519196dbb90 Mon Sep 17 00:00:00 2001 From: Fahim Date: Tue, 1 Mar 2016 17:24:00 +0530 Subject: Remove all unwanted print command --- src/projManagement/newProject.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/projManagement/newProject.py') diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py index 8e3c8656..5b4af49a 100644 --- a/src/projManagement/newProject.py +++ b/src/projManagement/newProject.py @@ -16,7 +16,7 @@ # CREATED: Wednesday 12 February 2015 # REVISION: --- #=============================================================================== -from PyQt4 import QtGui,QtCore +from PyQt4 import QtGui from Validation import Validation from configuration.Appconfig import Appconfig import os @@ -54,7 +54,6 @@ class NewProjectInfo(QtGui.QWidget): #Checking Validations Response if self.reply == "VALID": - print "Validated : Creating project directory" #create project directory try: os.mkdir(self.projDir) -- cgit