Skip to content

Commit e8054f4

Browse files
author
mcmcphillips
committed
MAT-7111: lint source
1 parent 92d6c8c commit e8054f4

File tree

1 file changed

+0
-4
lines changed
  • src/components/editMeasure/testCases/components/editTestCase/qiCore/LeftPanel/ElementsTab/builder/element

1 file changed

+0
-4
lines changed

src/components/editMeasure/testCases/components/editTestCase/qiCore/LeftPanel/ElementsTab/builder/element/ElementEditor.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ const ElementEditor = ({
3333
selectedResource,
3434
currentPath
3535
);
36-
console.log("resoursee,", resource);
37-
console.log("selectedResource,", selectedResource);
38-
39-
console.log("allChildren");
4036
// We will hit all direct children normally with the typeEditor however not every second child;
4137
const currentDepth = elementDefinition?.path.split(".").length;
4238
return (

0 commit comments

Comments
 (0)