aboutsummaryrefslogtreecommitdiff
path: root/Net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Net.cpp')
-rw-r--r--Net.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Net.cpp b/Net.cpp
index 801210b..9797796 100644
--- a/Net.cpp
+++ b/Net.cpp
@@ -5,10 +5,6 @@
void Net::setLevel(SignalLevel level){
this->level = level;
- // std::cout << this->size() << std::endl;
- prutprintf("%u", this->size());
-
-
this->notify();
}