Removed print statement
This commit is contained in:
parent
5124eed23f
commit
5f41df5efc
|
|
@ -690,7 +690,6 @@ class FilenamePrompt(_BasePrompt):
|
|||
path = os.path.join(self._file_model.rootPath(), self._to_complete)
|
||||
else:
|
||||
path = os.path.normpath(self._file_model.filePath(index))
|
||||
print(path)
|
||||
|
||||
if clicked:
|
||||
path += os.sep
|
||||
|
|
|
|||
Loading…
Reference in New Issue