Cleanup some debug messages

This commit is contained in:
Kris De Volder
2017-11-10 14:56:41 -08:00
parent f10b38782e
commit 2771e5c9eb

View File

@@ -99,7 +99,7 @@ public class SpringLiveHoverWatchdog {
private synchronized void start() {
if (highlightsEnabled && timer == null) {
Log.info("Starting SpringLiveHoverWatchdog");
Log.debug("Starting SpringLiveHoverWatchdog");
this.timer = new Timer();
TimerTask task = new TimerTask() {