summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-10 21:44:30 +0000
committerDavid Robillard <d@drobilla.net>2007-08-10 21:44:30 +0000
commit153fe99497a7ccc91aac6082b29748a66792d374 (patch)
tree7b0026fb763a5ccf6c3dd435f9d628b4d6cda12f /src/libs/client/Store.cpp
parentc2ea92fd6a6a24520d7f8047cc9c0d8905bc3351 (diff)
downloadingen-153fe99497a7ccc91aac6082b29748a66792d374.tar.gz
ingen-153fe99497a7ccc91aac6082b29748a66792d374.tar.bz2
ingen-153fe99497a7ccc91aac6082b29748a66792d374.zip
Fix loading control values from deprecated Om patches.
Eliminate parallel processing overhead if running single threaded. git-svn-id: http://svn.drobilla.net/lad/ingen@693 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/Store.cpp')
-rw-r--r--src/libs/client/Store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/Store.cpp b/src/libs/client/Store.cpp
index 360b1053..f5cead13 100644
--- a/src/libs/client/Store.cpp
+++ b/src/libs/client/Store.cpp
@@ -260,7 +260,7 @@ Store::add_object(SharedPtr<ObjectModel> object)
}
- cout << "[Store] Added " << object->path() << endl;
+ //cout << "[Store] Added " << object->path() << endl;
}