0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
This commit is contained in:
Pablo Alba 2022-10-26 13:11:19 +02:00
parent a78b98b5f5
commit b50a17f030

View file

@ -286,9 +286,6 @@ export default class PenpotExporter extends React.Component<PenpotExporterProps,
}
toggleDebug = (event) => {
console.log(event);
console.log(event.currentTarget);
console.log(event.currentTarget.checked);
const isDebug = event.currentTarget.checked;
this.setState (state => ({isDebug: isDebug}))
if (isDebug){