Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Aug 7, 2024
1 parent 543223f commit 0542039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/stores/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ class Asset extends AssetStopsetHydratableObject {

const pickRandomItemByWeight = (objects, endDateMultiplier = null, startTime = null) => {
objects = objects.map((obj) => {
console.error(obj.constructor.name, startTime && startTime.format())
if (
endDateMultiplier &&
endDateMultiplier > 0 &&
Expand Down

0 comments on commit 0542039

Please sign in to comment.