diff --git a/pd/nw/dialog_canvas.html b/pd/nw/dialog_canvas.html
index 95847d940cc205c570eb3f9fd03e0ea5d8c17ad7..4b82396d2097be010d2e19dfb0f31108c29700ec 100644
--- a/pd/nw/dialog_canvas.html
+++ b/pd/nw/dialog_canvas.html
@@ -274,8 +274,6 @@ var l = pdgui.get_local_string;
 // gui preset
 pdgui.skin.apply(this);
 
-console.log("my working dire is " + pdgui.get_pwd());
-
 var pd_object_callback;
 
 // nested arrays of attributes for each garray
diff --git a/pd/nw/dialog_font.html b/pd/nw/dialog_font.html
index e2373f08b2ae5038d86c3a76d6097aed03f4272c..bfc2476e58a6c5bacd4d13a70991c8574b6b3fb1 100644
--- a/pd/nw/dialog_font.html
+++ b/pd/nw/dialog_font.html
@@ -100,8 +100,6 @@ var pdgui = require('./pdgui.js');
 // For translations
 var l = pdgui.get_local_string;
 
-console.log("my working dire is " + pdgui.get_pwd());
-
 pdgui.skin.apply(this);
 
 var pd_object_callback;
diff --git a/pd/nw/dialog_gatom.html b/pd/nw/dialog_gatom.html
index ef2bccf84ea34d79b1b9cbf6b47f88c289b59939..98ea08a67b7a1f85c89d3fdd6c369cfe9f00a53a 100644
--- a/pd/nw/dialog_gatom.html
+++ b/pd/nw/dialog_gatom.html
@@ -143,8 +143,6 @@ var pdgui = require('./pdgui.js');
 // For translations
 var l = pdgui.get_local_string;
 
-console.log("my working dire is " + pdgui.get_pwd());
-
 pdgui.skin.apply(this);
 
 var pd_object_callback;
diff --git a/pd/nw/dialog_iemgui.html b/pd/nw/dialog_iemgui.html
index 991d2f86e9be65c3100def0c44df905babe40cbe..ddcc79e8a98e9758d144657ed268a214c235990a 100644
--- a/pd/nw/dialog_iemgui.html
+++ b/pd/nw/dialog_iemgui.html
@@ -305,8 +305,6 @@ var pdgui = require('./pdgui.js');
 // For translations
 var l = pdgui.get_local_string;
 
-console.log("my working dire is " + pdgui.get_pwd());
-
 // gui preset
 pdgui.skin.apply(this);
 
diff --git a/pd/nw/dialog_prefs.html b/pd/nw/dialog_prefs.html
index 5650a28034d1e2149f6648e79c51260630dc7e43..77cab683ae7b856112ff042181715b90b0e7f8ae 100644
--- a/pd/nw/dialog_prefs.html
+++ b/pd/nw/dialog_prefs.html
@@ -255,7 +255,6 @@ var l = pdgui.get_local_string;
 
 // Gui presets
 pdgui.skin.apply(this);
-console.log("my working dire is " + pdgui.get_pwd());
 
 var pd_object_callback;