From 2da4530647edec7bbb3745c83e1b271f07b44af9 Mon Sep 17 00:00:00 2001 From: Wolfgang Kulhanek Date: Fri, 17 Oct 2025 10:06:28 +0200 Subject: [PATCH] Fix build errors --- Dockerfile | 8 ++++---- src/smapi.ts | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) 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 =>