Skip to content

Commit

Permalink
disable console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
markdturner committed Aug 21, 2024
1 parent c09bffe commit f1b3ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/api/rse/services/rse.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f1b3ef0

Please sign in to comment.