diff --git a/include/villas/nodes/iec60870.hpp b/include/villas/nodes/iec60870.hpp index 528a0b039..c0ffcabcf 100644 --- a/include/villas/nodes/iec60870.hpp +++ b/include/villas/nodes/iec60870.hpp @@ -134,8 +134,6 @@ private: class SlaveNode : public Node { protected: - bool debug = true; - struct Server { // slave state enum { NONE, STOPPED, READY } state = NONE;