mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
remove console.logs
This commit is contained in:
parent
2630b1411e
commit
fee1fb8167
1 changed files with 0 additions and 3 deletions
|
|
@ -186,9 +186,6 @@ export default class SubclassSheet extends DaggerheartSheet(ItemSheetV2) {
|
|||
event.preventDefault();
|
||||
const data = TextEditor.getDragEventData(event);
|
||||
const item = await fromUuid(data.uuid);
|
||||
console.log(event);
|
||||
console.log(data);
|
||||
console.log(item);
|
||||
if (!(item.type === 'feature' && item.system.type === SYSTEM.ITEM.featureTypes.subclass.id)) return;
|
||||
|
||||
let featureField;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue