Browse Source

Remove console log

Tatiana Inama 6 years atrás
parent
commit
88544bb9c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Admin.tsx

+ 0 - 1
src/Admin.tsx

@@ -135,7 +135,6 @@ class Admin extends React.Component<{}, AdminState> {
           group: this.mkPathGroup(result.canvas, index)
         };
       })
-      console.log(_data)
       this.setState({
         canvas,
         original: _data,