Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Dec 4, 2017
1 parent 21c3572 commit ecb8e31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions/ViewActions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import axios from 'axios';

export function getViewLayout(windowId, viewType) {
console.log(new Error().stack);
return axios.get(
config.API_URL +
'/documentView/' + windowId +
Expand Down

0 comments on commit ecb8e31

Please sign in to comment.