mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
Cleanup
This commit is contained in:
parent
a78b98b5f5
commit
b50a17f030
1 changed files with 0 additions and 3 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue