summaryrefslogtreecommitdiff
path: root/src/projManagement/openProject.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/projManagement/openProject.py')
-rw-r--r--src/projManagement/openProject.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/projManagement/openProject.py b/src/projManagement/openProject.py
index a5c8c323..6972b1ed 100644
--- a/src/projManagement/openProject.py
+++ b/src/projManagement/openProject.py
@@ -32,7 +32,6 @@ class ProjectInfo:
pass
def body(self):
- print "Create Dialog box"
self.proj_directory = QtGui.QFileDialog.getExistingDirectory()
self.obj_validation = Validation()