diff --git a/pd/nw/dialog_search.html b/pd/nw/dialog_search.html
index 36d7a44cfdee70c2cd23ecb4b805ba78ac75a82d..ec8b34627cf0c0fe89724ef5a5ba5e74843b7732 100644
--- a/pd/nw/dialog_search.html
+++ b/pd/nw/dialog_search.html
@@ -235,9 +235,9 @@ function file_browser_click() {
 
 function file_browser_callback(elem) {
     var doc = elem.value;
-    pdgui.post("file callback: file is " + elem.value);
-    pdgui.post("dir is " + pdgui.defunkify_windows_path(path.dirname(doc)));
-    pdgui.post("file is " + pdgui.defunkify_windows_path(path.basename(doc)));
+    //pdgui.post("file callback: file is " + elem.value);
+    //pdgui.post("dir is " + pdgui.defunkify_windows_path(path.dirname(doc)));
+    //pdgui.post("file is " + pdgui.defunkify_windows_path(path.basename(doc)));
     pdgui.doc_open(pdgui.defunkify_windows_path(path.dirname(doc)),
         pdgui.defunkify_windows_path(path.basename(doc)));
     display_directory(pdgui.defunkify_windows_path(path.dirname(doc)));