Skip to content

Commit 2360882

Browse files
author
Attila Szöllősi
committed
Remove alert used for debugging
1 parent 5017cc2 commit 2360882

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

addon.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def start(self):
231231
if not destination:
232232
self.dialog.alert("You must specify a destination path.")
233233
return
234-
234+
235235
use_symlink = self.symlink_radiobutton.isSelected()
236236

237237
regex = self.regex_edit.getText()
@@ -241,7 +241,6 @@ def start(self):
241241
return
242242

243243
output_format = self.output_format.encode("utf8")
244-
self.dialog.alert(output_format)
245244

246245
if self.debug == "true":
247246
debug = True

0 commit comments

Comments
 (0)