diff --git a/Dockerfile b/Dockerfile index 6a88b75..ba73518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,10 +38,10 @@ RUN apt-get update && \ FROM node:22-trixie-slim -LABEL maintainer="simojenki" \ - org.opencontainers.image.source="https://github.com/simojenki/bonob" \ - org.opencontainers.image.description="bonob SONOS SMAPI implementation" \ - org.opencontainers.image.licenses="GPLv3" +LABEL maintainer="simojenki" \ + org.opencontainers.image.source="https://github.com/simojenki/bonob" \ + org.opencontainers.image.description="bonob SONOS SMAPI implementation" \ + org.opencontainers.image.licenses="GPLv3" ENV BNB_PORT=4534 ENV DEBIAN_FRONTEND=noninteractive diff --git a/src/smapi.ts b/src/smapi.ts index 87ac368..e8571ca 100644 --- a/src/smapi.ts +++ b/src/smapi.ts @@ -794,9 +794,6 @@ function bindSmapiSoapServiceToExpress( logger.debug( `Fetching metadata type=${type}, typeId=${typeId}, acceptLanguage=${acceptLanguage}` ); - if (logRequests) { - console.log("getMetadata headers", headers); - } const lang = i8n(...asLANGs(acceptLanguage)); const albums = (q: AlbumQuery): Promise =>