Remove debug message

This commit is contained in:
Joshua Granick
2017-02-11 18:10:51 -08:00
parent ffd004376f
commit 35c53a9815

View File

@@ -76,7 +76,7 @@ class FileDialog {
#if linux
if (title == null) title = "Save File";
#end
trace (title);
worker.sendComplete (NativeCFFI.lime_file_dialog_save_file (title, filter, defaultPath));
}