diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-07 21:19:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-07 21:19:21 +0200 |
| commit | 84774bfb162eda1e09495a6c55fb86393deedfe8 (patch) | |
| tree | 6727960ecc52c0bf72f053231bb9702e0010303e /public/bundle.js | |
| parent | f8b61281be84a6e4e7a44be5109e688a7c56c671 (diff) | |
edits
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js index eab42b5..9a9e1d2 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -6043,7 +6043,6 @@ var _Files2 = _interopRequireDefault(_Files); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function BrowserView(props) { - console.log('browser view', props); var openFolders = (props.openFolders || []).map(function (folder_id) { var folder_list = props.folders.filter(function (folder) { return folder.id === folder_id; @@ -9426,7 +9425,6 @@ var folders = function folders() { return state; } folder_id = action.files[0].folder_id; - console.log(state.folders); folders = state.folders.map(function (folder) { if (folder.id === folder_id) { folder.files = action.files; |
