From f1b3ef083342f947a1c309ea727d3f51c8fca80e Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Wed, 21 Aug 2024 14:30:44 +0100 Subject: [PATCH] disable console logs --- src/api/rse/services/rse.js | 7 ++++--- .../documentation/1.0.0/full_documentation.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/api/rse/services/rse.js b/src/api/rse/services/rse.js index 71eca80..924d505 100644 --- a/src/api/rse/services/rse.js +++ b/src/api/rse/services/rse.js @@ -118,9 +118,10 @@ function getAvailability(rse, assignments, capacities) { availability[year][month - 1] = currentAvailability < 0 ? 0 : currentAvailability } catch(ex){ - console.log(rse) - console.log(year) - console.log(month) + // console.log(ex) + // console.log(rse) + // console.log(year) + // console.log(month) } month++; } diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 09f8b69..e0711a7 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2024-08-15T18:42:42.495Z" + "x-generation-date": "2024-08-21T13:29:47.086Z" }, "x-strapi-config": { "path": "/documentation",