Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp	(revision 58212)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp	(revision 58213)
@@ -101,12 +101,10 @@
 
 
-#ifdef DEBUG
-# ifdef DEBUG_andy
+#ifdef DEBUG_andy
 /* Macro for debugging drag and drop actions which usually would
  * go to Main's logging group. */
-#  define DNDDEBUG(x) LogFlowFunc(x)
-# else
-#  define DNDDEBUG(x)
-# endif
+# define DNDDEBUG(x) LogFlowFunc(x)
+#else
+# define DNDDEBUG(x)
 #endif
 
