Catalog alignment
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / tosca / converters / ToscaValueBaseConverter.java
index e57650b..fd987e8 100644 (file)
@@ -102,7 +102,7 @@ public class ToscaValueBaseConverter {
                 if (elementValue.isJsonPrimitive()) {
                     jsonValue = json2JavaPrimitive(elementValue.getAsJsonPrimitive());
                 } else {
-                    log.debug("not supported json type {} ", elementValue);
+                    log.debug("not supported json type ");
                 }
             }
         }