Skip to content

Commit

Permalink
Feature/2034 - Names can not be changed
Browse files Browse the repository at this point in the history
* Remove console.log from ToolMetaData
* Stop polling, when closing calculationProcess
  • Loading branch information
Roschl authored and rabbl committed Jan 15, 2021
1 parent b3cf1ad commit ca43dad
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 192 deletions.
1 change: 0 additions & 1 deletion src/scenes/shared/simpleTools/ToolMetaData/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const ToolMetaData = (props: IProps) => {
const renderBreadcrumbs = () => {
let fTool = {name: ''};
const filteredTools = tools.filter((t) => tool.tool === t.slug);
console.log(filteredTools);
if (filteredTools.length > 0) {
fTool = filteredTools[0];
}
Expand Down
Loading

0 comments on commit ca43dad

Please sign in to comment.