diff --git a/NodeManager.ino b/NodeManager.ino
index 38bf742c576cb56f705c964c73c6234e66430adb..12417386aa4c74cf837fd1acdec948df3dc85baf 100755
--- a/NodeManager.ino
+++ b/NodeManager.ino
@@ -1,4 +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:
@@ -72,3 +72,5 @@ void receiveTime(unsigned long ts) {
   // call NodeManager receiveTime routine
   nodeManager.receiveTime(ts);
 }
+
+#endif