From 2771e5c9eb524616e4e460561e10c5af75e71dc1 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 10 Nov 2017 14:56:41 -0800 Subject: [PATCH] Cleanup some debug messages --- .../ide/vscode/boot/java/utils/SpringLiveHoverWatchdog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringLiveHoverWatchdog.java b/headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringLiveHoverWatchdog.java index bdf8f050a..93bc37747 100644 --- a/headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringLiveHoverWatchdog.java +++ b/headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringLiveHoverWatchdog.java @@ -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() {