diff options
author | David Robillard <d@drobilla.net> | 2010-01-06 23:48:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-01-06 23:48:32 +0000 |
commit | fd945013143466e26f0d481d675401fa745716ba (patch) | |
tree | d029aef1cb9f87a061c04833b3597f8f8f40b90a /raul/TableImpl.hpp | |
parent | c507f80c17ef71e9d096c8c4bdd729c7adc68f6e (diff) | |
download | raul-fd945013143466e26f0d481d675401fa745716ba.tar.gz raul-fd945013143466e26f0d481d675401fa745716ba.tar.bz2 raul-fd945013143466e26f0d481d675401fa745716ba.zip |
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
Diffstat (limited to 'raul/TableImpl.hpp')
-rw-r--r-- | raul/TableImpl.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
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<K, T>::cram(const Table<K,T>& 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()); |