Removed print statement

This commit is contained in:
Jason Rosenzweig 2021-07-16 14:59:21 +08:00
parent 5124eed23f
commit 5f41df5efc
No known key found for this signature in database
GPG Key ID: 666E4F1B0D61087C
1 changed files with 0 additions and 1 deletions

View File

@ -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