Removed unused declaration

This commit is contained in:
antoniocarlon 2018-09-11 12:04:19 +02:00
parent 2a6e63b618
commit ad9619bb00

View File

@ -16,7 +16,6 @@ DECLARE
result cdb_dataservices_client._entity_config;
apikey_config json;
is_organization boolean;
username text;
organization_name text DEFAULT NULL;
BEGIN
SELECT cartodb.cdb_conf_getconf('api_keys_'||session_user) INTO apikey_config;