Skip to content

Commit

Permalink
ui: removed console.log from communitiesCarousel (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 authored Feb 19, 2024
1 parent 6f965ec commit 38512da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* This file is part of Invenio.
* Copyright (C) 2016-2022 CERN.
* Copyright (C) 2024 KTH Royal Institute of Technology.
*
* Invenio is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -21,7 +22,6 @@ const showUploadBtn = JSON.parse(communitiesCarouselContainer.dataset.showUpload

const overriddenComponents = overrideStore.getAll();

console.log(showUploadBtn);
ReactDOM.render(
<OverridableContext.Provider value={overriddenComponents}>
<CommunitiesCarousel
Expand Down

0 comments on commit 38512da

Please sign in to comment.