From 521d01e82f6834bd7105f1c098e62395300e1014 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 23 Sep 2015 10:41:09 -0400 Subject: [PATCH] Removed google map key as it would break it locally and was unnecessary --- config/plugin.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/plugin.ini b/config/plugin.ini index 36a97cac..969a6e26 100644 --- a/config/plugin.ini +++ b/config/plugin.ini @@ -55,8 +55,9 @@ front_debug_verbose = false ; for the project should be the customer's Web site. ; https://accounts.google.com/ServiceLogin ; -googleMapsApiKey = 'AIzaSyDWgyf8MeYdxZRHaN73O37vFbkhvPjjNhU' +googleMapsApiKey = '' +;googleMapsApiKey = 'AIzaSyDWgyf8MeYdxZRHaN73O37vFbkhvPjjNhU' ; Site Time Zone timezone = America/Detroit -- 2.17.1