removed stray log
This commit is contained in:
@@ -134,7 +134,6 @@ export function insertCreatureLogWork({ log, creature, tabletopId, method }) {
|
|||||||
log.date = new Date();
|
log.date = new Date();
|
||||||
if (tabletopId) log.tabletopId = tabletopId;
|
if (tabletopId) log.tabletopId = tabletopId;
|
||||||
if (creature && creature.tabletop) log.tabletopId = creature.tabletop;
|
if (creature && creature.tabletop) log.tabletopId = creature.tabletop;
|
||||||
console.log(log.tabletopId);
|
|
||||||
// Insert it
|
// Insert it
|
||||||
let id = CreatureLogs.insert(log);
|
let id = CreatureLogs.insert(log);
|
||||||
if (Meteor.isServer) {
|
if (Meteor.isServer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user