aboutsummaryrefslogtreecommitdiff
path: root/Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Node.cpp')
-rw-r--r--Node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Node.cpp b/Node.cpp
index 3a9f6f3..092d05d 100644
--- a/Node.cpp
+++ b/Node.cpp
@@ -35,7 +35,6 @@ void Node::sim() {
}
void Node::update(){
- prutprint("updated");
this->sim();
}