Skip to content
Snippets Groups Projects
Commit 52800499 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

fix(core): clean up

parent b04aeaca
No related branches found
No related tags found
1 merge request!45Develop
......@@ -45,8 +45,7 @@ class Wax extends Component {
constructor(props) {
super(props);
const { config } = props;
console.log("Appp Started", config);
debugger;
console.log("Appp Started", props);
this.application = Application.create(props);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment