diff --git a/fdbserver/worker.actor.cpp b/fdbserver/worker.actor.cpp
index 6674e87103..44f5e7d379 100644
--- a/fdbserver/worker.actor.cpp
+++ b/fdbserver/worker.actor.cpp
@@ -995,7 +995,7 @@ ACTOR Future<Void> workerServer(
 	    folder, locality.dcId(), locality.zoneId(), locality.machineId(), g_network->getLocalAddress().ip));
 
 	{
-		auto recruited = interf;  //ghetto! don't we all love a good #define
+		auto recruited = interf;
 		DUMPTOKEN(recruited.clientInterface.reboot);
 		DUMPTOKEN(recruited.clientInterface.profiler);
 		DUMPTOKEN(recruited.tLog);