summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-16 06:27:22 +0000
committerDavid Robillard <d@drobilla.net>2008-11-16 06:27:22 +0000
commit18a76e65f5a40c2dd8f01050ab41390b8a74ce01 (patch)
tree99f4397e176330592b4a05e3ba01049b991dcfbe /src/client
parent0fd3c583e032a3cd5af877902d4561a45179a232 (diff)
downloadingen-18a76e65f5a40c2dd8f01050ab41390b8a74ce01.tar.gz
ingen-18a76e65f5a40c2dd8f01050ab41390b8a74ce01.tar.bz2
ingen-18a76e65f5a40c2dd8f01050ab41390b8a74ce01.zip
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
Diffstat (limited to 'src/client')
-rw-r--r--src/client/HTTPClientReceiver.cpp1
1 files changed, 0 insertions, 1 deletions
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, "/", "/");
}