Remove pusher stop debug message

This commit is contained in:
BuildTools 2015-11-23 17:56:52 +01:00 committed by Olof Larsson
parent 9c0d9afe19
commit db8d585ca0

View File

@ -74,7 +74,6 @@ public class PusherCollFlatfile extends Thread implements PusherColl
catch (InterruptedException e) catch (InterruptedException e)
{ {
// We've been interrupted. Lets bail. // We've been interrupted. Lets bail.
MassiveCore.get().log("Stopping Pusher for " + this.coll.getDebugName());
return; return;
} }
catch (Exception e) catch (Exception e)