From b50f3b16c50011130202de14ab861a95b0cb487d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Tue, 28 Feb 2023 08:08:49 -0600 Subject: [PATCH] VIVO 3821: Map of Science configuration isn't needed in Vitro. The IndividualResponseBuilder will hopefully be updated by a separate issue to move the visualization code entirely out of Vitro and into Vivo. --- home/src/main/resources/config/example.runtime.properties | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 55017c387..989cf19e3 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -92,14 +92,6 @@ email.replyTo = # # listview.usePreciseSubquery = true -# -# The Map of Science visualization is limited in the number of supported journals. -# This will generally only be useful for institutions that specifically want this. -# This is enabled by default. -# Set this to either "disabled" to not utilize or "enabled" to utilize. -# -visualization.mapOfScience = enabled - # # The email address of the root user for the VIVO application. The password # for this user is initially set to "rootPassword", but you will be asked to