diff --git a/NodeManager.ino b/NodeManager.ino
index 3df7d4749d1c34e584a3d9ea91d0d291d4504046..c005fcb80cbfe979b90f5b25409c19399162b874 100755
--- a/NodeManager.ino
+++ b/NodeManager.ino
@@ -1,3 +1,4 @@
+#if false
 /*
 NodeManager is intended to take care on your behalf of all those common tasks a MySensors node has to accomplish, speeding up the development cycle of your projects.
 NodeManager includes the following main components:
@@ -71,3 +72,5 @@ void receiveTime(unsigned long ts) {
   // call NodeManager receiveTime routine
   nodeManager.receiveTime(ts);
 }
+
+#endif