Skip to content

Commit

Permalink
remove conosole log
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Oct 18, 2023
1 parent c5ee443 commit a90d7ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/frontend/src/component/ServiceView.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const codeBox = (serviceUuid, serviceName, parameterName, data) => {

const ServiceView = (service) => {
const serviceInfo = service.service
console.log(serviceInfo)
return (
<TableContainer>
<Table variant='simple' size='sm'>
Expand Down

0 comments on commit a90d7ee

Please sign in to comment.