summaryrefslogtreecommitdiffstats
path: root/House.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'House.cpp')
-rw-r--r--House.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/House.cpp b/House.cpp
index c5dc37b..fb0f848 100644
--- a/House.cpp
+++ b/House.cpp
@@ -480,7 +480,7 @@ void House::controller(){
++time;
if(time > 23){
- std::cerr << day << std::endl;
+ //std::cerr << day << std::endl;
time = 0;
++day;
}