diff --git a/src/rooms/canvas/index.js b/src/rooms/canvas/index.js index c7343fe..9e1d0bf 100644 --- a/src/rooms/canvas/index.js +++ b/src/rooms/canvas/index.js @@ -15,11 +15,15 @@ async function fetchCanvas(room) { }); if (!response || !response.ok) { + // console.error( + // "Could not retrieve room canvas: " + response && response.statusText + // ? response.statusText + // : "no more informations", + // ); console.error( - "Could not retrieve room canvas: " + response && response.statusText - ? response.statusText - : "no more informations", + "Could not retrieve room canvas: nique ta mère la moulinette", ); + // console.debug(await response.text()); return null; }