From 1e593e00b64faec38c5a94ae2492ef5d082e4e42 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 22 Mar 2017 09:24:42 -0400
Subject: [PATCH] remove commented out debugging code

---
 pd/nw/pd_canvas.js | 1 -
 pd/src/g_text.c    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/pd/nw/pd_canvas.js b/pd/nw/pd_canvas.js
index ca76297ae..ec30c9c3a 100644
--- a/pd/nw/pd_canvas.js
+++ b/pd/nw/pd_canvas.js
@@ -223,7 +223,6 @@ var canvas_events = (function() {
                 // Make sure the highlighted element is in view
                 container.scrollTop = elem.offsetTop + elem.offsetHeight
                     - container.clientHeight;
-                //pdgui.post("offset is " + container.scrollTop);
             }
         },
         events = {
diff --git a/pd/src/g_text.c b/pd/src/g_text.c
index 95eee4797..7d8385b22 100644
--- a/pd/src/g_text.c
+++ b/pd/src/g_text.c
@@ -1482,7 +1482,6 @@ static void dropdown_names(t_dropdown *x, t_symbol *s, int argc, t_atom *argv)
         binbuf_addv(x->a_names, "s", &s_);
     /* nudge a_index back into range */
     x->a_index = dropdown_clipindex(x, x->a_index);
-    //post("max width is %d", dropdown_names_getmaxwidth(x));
     x->a_maxnamewidth = dropdown_names_getmaxwidth(x);
     //dropdown_max_namelength(x);
     dropdown_retext(x, 1, 0);
-- 
GitLab