diff --git a/pd/nw/index.html b/pd/nw/index.html
index ab2e00cd0aa5f1f12132d0b1e72b781d1eb80f4a..d05832dd65f727c1e893ed1e6ccc159c9aecb69b 100644
--- a/pd/nw/index.html
+++ b/pd/nw/index.html
@@ -31,7 +31,7 @@
         console.log("Hello from " + pwd);
 
         function app_quit () {
-            console.log("quitting for reals");
+            console.log("quitting Pd...");
             nw.App.quit();
         }
 
@@ -51,14 +51,9 @@
             }
         );
 
-//        prompt("hey", "you");
-
         // Invoke some functions to create main menus, etc.
-
         nw.Window.get().on("close", function() {
             pdgui.menu_quit();
-// stop-gap to shutdown properly
-//            this.close(true);
         });
         console.log(nw.App.argv);