Removed stray console logging
closes Creatures summoned to tabletops from libraries are missing their properties #373
This commit is contained in:
@@ -5,7 +5,6 @@ const globalState = Vue.observable({ queue: [] });
|
||||
let lastSnackbarId = 0;
|
||||
|
||||
function snackbar(data) {
|
||||
console.log(data);
|
||||
globalState.queue.push({
|
||||
data, //{text OR content, callback, callbackName} // content is logContent
|
||||
id: ++lastSnackbarId,
|
||||
|
||||
Reference in New Issue
Block a user