Index: /trunk/src/VBox/Devices/Network/DrvNAT.cpp
===================================================================
--- /trunk/src/VBox/Devices/Network/DrvNAT.cpp	(revision 59311)
+++ /trunk/src/VBox/Devices/Network/DrvNAT.cpp	(revision 59312)
@@ -392,5 +392,5 @@
 static void drvNATSendWorker(PDRVNAT pThis, PPDMSCATTERGATHER pSgBuf)
 {
-#ifndef DEBUG_andy /* Assertion happens often to me after resuming a VM -- no time to investigate this now. */
+#if 0 /* Assertion happens often to me after resuming a VM -- no time to investigate this now. */
     Assert(pThis->enmLinkState == PDMNETWORKLINKSTATE_UP);
 #endif
