removed console logs

pull/5370/head
tizah 4 years ago committed by Liana Husikyan
parent 76ccc55774
commit a4bd7c81cd
  1. 1
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -302,7 +302,6 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
label="Autorun"
onChange={() => {}}
/>
{console.log({categoryIndex})}
<Button buttonText="Run" onClick={() => run(state.data, state.source, state.file)} disabled={state.data === null || categoryIndex.length === 0 }/>
</div>
</div>

Loading…
Cancel
Save