GUI - fix the "It's Alive!" bug.

Change-Id: Id1f17d9b7e84de73ab4acae4834a0b186f800235
diff --git a/web/gui/src/main/webapp/app/view/topo/topoForce.js b/web/gui/src/main/webapp/app/view/topo/topoForce.js
index b365db8..7910ee0 100644
--- a/web/gui/src/main/webapp/app/view/topo/topoForce.js
+++ b/web/gui/src/main/webapp/app/view/topo/topoForce.js
@@ -519,9 +519,6 @@
         // exiting node specifics:
         exiting.filter('.host').each(td3.hostExit);
         exiting.filter('.device').each(td3.deviceExit);
-
-        // finally, resume the force layout
-        fResume();
     }
 
     // ==========================