summaryrefslogtreecommitdiff
path: root/impl/Operator.hpp
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-09-05 10:25:19 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-09-05 10:25:19 +1000
commit608cf2e6a2ccc967e82b2b7a9693fd0bafb778fb (patch)
tree02a4f4136e50af3865df5acefc9174f73004c10a /impl/Operator.hpp
parent35d53c78a4afd739d1246db486f2703e44590eda (diff)
Delete a lot of tex stuff, better debug info
Some other stuff, too, I think. Oh well. No biggie!
Diffstat (limited to 'impl/Operator.hpp')
-rw-r--r--impl/Operator.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/impl/Operator.hpp b/impl/Operator.hpp
index 0c6e9df..e8d6ca7 100644
--- a/impl/Operator.hpp
+++ b/impl/Operator.hpp
@@ -128,10 +128,6 @@ struct Guard : public Operator<Domain> {
if (arguments[0] < arguments[1]) {
result = -infinity<Domain>();
}
- log::operators << "Guard: "
- << arguments[0] << " >= " << arguments[1]
- << " ? " << arguments[2]
- << " -> " << result << std::endl;
return result;
}
void print(std::ostream& cout) const {