Remove a trace

This commit is contained in:
Cameron Gutman 2014-07-04 11:50:13 -07:00
parent c50ec21f39
commit 6f6eb1fb95

View File

@ -123,7 +123,6 @@ public class ComputerManagerService extends Service {
return new MdnsDiscoveryListener() {
@Override
public void notifyComputerAdded(MdnsComputer computer) {
LimeLog.severe("Added computer: "+computer.getName());
// Kick off a serverinfo poll on this machine
addComputer(computer.getAddress());
}