From fd945013143466e26f0d481d675401fa745716ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jan 2010 23:48:32 +0000 Subject: Fancy (optinally) coloured logging system. Do all logging output via Raul logging streams. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2348 a436a847-0d15-0410-975c-d299462d15a1 --- raul/TableImpl.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'raul/TableImpl.hpp') diff --git a/raul/TableImpl.hpp b/raul/TableImpl.hpp index 81971d6..0b32a29 100644 --- a/raul/TableImpl.hpp +++ b/raul/TableImpl.hpp @@ -241,12 +241,6 @@ Table::cram(const Table& range) _entries = new_entries; - /*std::cerr << "********************************\n"; - for (size_t i=0; i < size(); ++i) { - std::cerr << _entries[i].first << std::endl; - } - std::cerr << "********************************\n";*/ - assert(size() == orig_size + range.size()); #ifdef TABLE_SORT_DEBUG assert(is_sorted()); -- cgit v1.2.1