removed stray log

This commit is contained in:
Stefan Zermatten
2023-01-21 12:15:09 +02:00
parent ceb170cbcf
commit ace284e265

View File

@@ -134,7 +134,6 @@ export function insertCreatureLogWork({ log, creature, tabletopId, method }) {
log.date = new Date();
if (tabletopId) log.tabletopId = tabletopId;
if (creature && creature.tabletop) log.tabletopId = creature.tabletop;
console.log(log.tabletopId);
// Insert it
let id = CreatureLogs.insert(log);
if (Meteor.isServer) {