Skip to content

Commit 0bdb824

Browse files
committed
Remove log line
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent 65dcedf commit 0bdb824

File tree

1 file changed

+0
-2
lines changed
  • portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails

1 file changed

+0
-2
lines changed

portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/ObjectDetails.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ const ObjectDetails = ({
219219

220220
useEffect(() => {
221221
if (loadObjectData) {
222-
console.log(`x "${pathInBucket}"`);
223-
224222
api
225223
.invoke(
226224
"GET",

0 commit comments

Comments
 (0)