From 9b55272780fa4eafa6e7b0858461f164fdd03503 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Tue, 6 Feb 2024 11:49:30 +0100 Subject: [PATCH] Update CommonUtils.java --- .../java/com/telefonica/iot/cygnus/utils/CommonUtils.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cygnus-common/src/main/java/com/telefonica/iot/cygnus/utils/CommonUtils.java b/cygnus-common/src/main/java/com/telefonica/iot/cygnus/utils/CommonUtils.java index cd17def5c..13d29c6df 100644 --- a/cygnus-common/src/main/java/com/telefonica/iot/cygnus/utils/CommonUtils.java +++ b/cygnus-common/src/main/java/com/telefonica/iot/cygnus/utils/CommonUtils.java @@ -423,11 +423,7 @@ public static void printLoadedJars() { // trace the file containing the gson library myClassURL = JsonPrimitive.class.getProtectionDomain().getCodeSource().getLocation(); LOGGER.debug("Loading gson from " + myClassURL.toExternalForm()); - - // trace the file containing the json-simple library - myClassURL = Yytoken.class.getProtectionDomain().getCodeSource().getLocation(); - LOGGER.debug("Loading json-simple from " + myClassURL.toExternalForm()); - + // trace the file containing the mysql-connector-java library myClassURL = Driver.class.getProtectionDomain().getCodeSource().getLocation(); LOGGER.debug("Loading mysql-connector-java from " + myClassURL.toExternalForm());