Skip to content

Commit ad1734a

Browse files
author
Lucas Araujo
committed
Revert "[DDW-796] Test only"
This reverts commit 3140b65.
1 parent b9e4c8c commit ad1734a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/renderer/app/App.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @flow
22
import React, { Component, Fragment } from 'react';
33
import { Provider, observer } from 'mobx-react';
4-
import { spy } from 'mobx';
54
import { ThemeProvider } from 'react-polymorph/lib/components/ThemeProvider';
65
import { SimpleSkins } from 'react-polymorph/lib/skins/simple';
76
import { SimpleDefaults } from 'react-polymorph/lib/themes/simple';
@@ -29,9 +28,6 @@ export default class App extends Component<{
2928
history: Object,
3029
}> {
3130
componentDidMount() {
32-
spy((event) => {
33-
console.log(event);
34-
});
3531
// Loads app's global environment variables into AppStore via ipc
3632
this.props.actions.app.initAppEnvironment.trigger();
3733
}

0 commit comments

Comments
 (0)