Skip to content

Commit

Permalink
Disable excessive debug logging, bump version for bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanH committed Oct 4, 2024
1 parent 62d07b7 commit 7e602bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines": {
"node": "18.20"
},
"version": "2.5.5",
"version": "2.5.6",
"license": "GPL-3.0",
"repository": "github:Bambosh/unofficial-homestuck-collection",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/components/UIElements/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ export default {
latestTimestamp, nextTimestamp,
this.notifCollectionTimestampsIndex
)
this.$logger.debug("notif_timestamps_between", notif_timestamps_between)
// this.$logger.debug("notif_timestamps_between", notif_timestamps_between)
const notifications_between = notif_timestamps_between
.map(t => this.notifCollectionTimestamps[t])
.flat() // would be a List<List<notif>> otherwise b/c multi timestamps
.filter(this.filterNotifBySetting)
this.$logger.debug("notifications_between", notifications_between)
// this.$logger.debug("notifications_between", notifications_between)
// Group newsposts if too many
if (notif_timestamps_between.length <= this.maxActiveNotifs) {
Expand Down

0 comments on commit 7e602bf

Please sign in to comment.