diff --git a/src/mms/iso_mms/server/mms_get_namelist_service.c b/src/mms/iso_mms/server/mms_get_namelist_service.c index 7ee8a581..e42dd25a 100644 --- a/src/mms/iso_mms/server/mms_get_namelist_service.c +++ b/src/mms/iso_mms/server/mms_get_namelist_service.c @@ -314,8 +314,6 @@ createStringsFromNamedVariableList(LinkedList variableLists, MmsServerConnection MmsNamedVariableList variableList = (MmsNamedVariableList) variableListsElement->data; - printf("createStringsFromNamedVariableList: %s\n", MmsNamedVariableList_getName(variableList)); - bool accessAllowed = mmsServer_checkListAccess(connection->server, MMS_GETNAMELIST_DATASETS, domain, variableList->name, connection); if (accessAllowed) {