From 18a76e65f5a40c2dd8f01050ab41390b8a74ce01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Nov 2008 06:27:22 +0000 Subject: Monitoring deletion and variable setting (e.g. moving stuff on the canvas) via HTTP. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1723 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/HTTPClientReceiver.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client') diff --git a/src/client/HTTPClientReceiver.cpp b/src/client/HTTPClientReceiver.cpp index b314a7b7..dcb105b0 100644 --- a/src/client/HTTPClientReceiver.cpp +++ b/src/client/HTTPClientReceiver.cpp @@ -97,7 +97,6 @@ HTTPClientReceiver::Listener::Listener(HTTPClientReceiver* receiver, const std:: void HTTPClientReceiver::update(const std::string& str) { - cout << "UPDATE: " << str << endl; cout << _parser->parse_string(_world, _target.get(), str, "/", "/"); } -- cgit v1.2.1