File tree 1 file changed +0
-3
lines changed
python/plugins/fTools/tools
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,10 @@ def accept(self):
118
118
inPath = provider .dataSourceUri ()
119
119
p = re .compile ("\|.*" )
120
120
inPath = p .sub ("" , inPath )
121
- print "PATH" , inPath
122
121
self .progressBar .setValue (40 )
123
122
if inPath .endswith (".shp" ):
124
123
inPath = inPath [:- 4 ]
125
124
self .progressBar .setValue (55 )
126
- print "PATH2" , inPath
127
125
if not srsDefine .isValid ():
128
126
QMessageBox .information (self , self .tr ("Define current projection" ), self .tr ("Output spatial reference system is not valid" ))
129
127
else :
@@ -147,7 +145,6 @@ def accept(self):
147
145
self .progressBar .setValue (95 )
148
146
vLayer .setCrs (srsDefine )
149
147
self .progressBar .setValue (100 )
150
- print "PATH3" , inPath
151
148
QMessageBox .information (self , self .tr ("Define current projection" ),
152
149
self .tr ("Defined Projection For:\n %s.shp" ) % (inPath ) )
153
150
self .progressBar .setValue (0 )
You can’t perform that action at this time.
0 commit comments