From b09a92e68d6d31957183cee8d5605c491e7a34f6 Mon Sep 17 00:00:00 2001 From: paulobressan Date: Fri, 1 Sep 2023 15:05:03 -0300 Subject: [PATCH] feat: adjusted to mobile --- docs/components/configuration.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/components/configuration.jsx b/docs/components/configuration.jsx index 15e2be3c..31eaaccf 100644 --- a/docs/components/configuration.jsx +++ b/docs/components/configuration.jsx @@ -19,7 +19,6 @@ export function Configuration() { const hasFilterIndex = currentStages.filters?.findIndex( (s) => s.type == stage.type ); - console.log(hasFilterIndex) if (hasFilterIndex != undefined && hasFilterIndex != -1) { currentStages.filters[hasFilterIndex] = stage;