From 89f7d76c3c13274e9781cdc3c94ebb3051ae8d3a Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 5 Sep 2015 19:24:41 -0400
Subject: [PATCH] Suppress old commands for the time being

---
 pd/nw/pdgui.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/pdgui.js b/pd/nw/pdgui.js
index 11d9ef9d2..e162b094e 100644
--- a/pd/nw/pdgui.js
+++ b/pd/nw/pdgui.js
@@ -879,8 +879,8 @@ function init_socket_events () {
                         old_command_output = unescape(old_command);
                     }
                     old_command= '';
-                    gui_post("warning: old command: " + old_command_output,
-                        'blue');
+                    //gui_post("warning: old command: " + old_command_output,
+                    //    'blue');
                 }
                 cmdHeader = true; 
             } else {
-- 
GitLab