removed stray console log
This commit is contained in:
@@ -22,8 +22,6 @@ export default async function applyDamagePropTask(
|
||||
const { title, operation } = task.params;
|
||||
let targetProp = task.params.targetProp;
|
||||
|
||||
console.log({ task, action, result, userInput });
|
||||
|
||||
if (!targetProp) throw new Meteor.Error('not-found', 'Target property is required')
|
||||
|
||||
// Set the scope properties
|
||||
|
||||
Reference in New Issue
Block a user