From f5ff25eab79ae95a939f2dea57186f7402bdb687 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sun, 23 Aug 2015 16:21:30 -0400 Subject: [PATCH] remove debug msg --- pd/nw/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/pd/nw/index.html b/pd/nw/index.html index d05832dd6..29ebe831c 100644 --- a/pd/nw/index.html +++ b/pd/nw/index.html @@ -28,8 +28,6 @@ // For translations var l = pdgui.get_local_string; - console.log("Hello from " + pwd); - function app_quit () { console.log("quitting Pd..."); nw.App.quit(); -- GitLab