diff --git a/pd/nw/pd_canvas.js b/pd/nw/pd_canvas.js
index ca76297ae366f950f979cd9084144ad056929cc7..ec30c9c3aa720b8d394bf0f335eece85f9266bb4 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 95eee479777ed364b9e612043958465b3fd6634f..7d8385b2266e5bfe6d81561ef5569213e69c7a8c 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);