Remove unneeded log

This commit is contained in:
Guillaume Nodet
2020-02-12 13:46:14 +01:00
parent 7f4258d04e
commit 6c435ef44f

View File

@@ -503,7 +503,6 @@ public class Server implements AutoCloseable, Runnable {
@Override
public void close() throws Exception {
LOGGER.error("Closing spy", new Throwable());
sendBuildMessages();
super.close();
}