Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Feb 5, 2024
1 parent eef5c49 commit d4636d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class LogTable extends React.Component {
}
Pydio.startLoading();
Log.loadLogs(service, query, page, size, contentType).then((data) => {
console.log(data);
Pydio.endLoading();
const {logs, rootSpans} = this.initRootSpans(data.Logs);
this.setState({logs, rootSpans, loading: false}, () => {
Expand Down

0 comments on commit d4636d5

Please sign in to comment.