From f3ba96aa32df6d29f3869e9d71d2a28785aed98f Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 25 Jul 2015 00:32:52 -0400
Subject: [PATCH] remove debugging msg

---
 pd/nw/dialog_canvas.html | 2 --
 pd/nw/dialog_font.html   | 2 --
 pd/nw/dialog_gatom.html  | 2 --
 pd/nw/dialog_iemgui.html | 2 --
 pd/nw/dialog_prefs.html  | 1 -
 5 files changed, 9 deletions(-)

diff --git a/pd/nw/dialog_canvas.html b/pd/nw/dialog_canvas.html
index 95847d940..4b82396d2 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 e2373f08b..bfc2476e5 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 ef2bccf84..98ea08a67 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 991d2f86e..ddcc79e8a 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 5650a2803..77cab683a 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;
 
-- 
GitLab