diff options
Diffstat (limited to 'Net.cpp')
-rw-r--r-- | Net.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,10 +5,6 @@ void Net::setLevel(SignalLevel level){ this->level = level; - // std::cout << this->size() << std::endl; - prutprintf("%u", this->size()); - - this->notify(); } |