remove console.log

This commit is contained in:
msramalho
2022-03-15 12:06:48 +01:00
parent 4081710de4
commit 13b224c2a0

View File

@@ -11,7 +11,6 @@ import hash from "object-hash";
export const generateCardLayout = {
basic: ({ event }) => {
console.log(event)
return [
[
{
@@ -42,7 +41,6 @@ export const generateCardLayout = {
];
},
sourced: ({ event }) => {
console.log(event)
return [
[
{