Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-heller1 committed Apr 4, 2024
1 parent 75129f0 commit 08dfb42
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -857,7 +857,6 @@ class SlideshowView extends React.Component {
}
};
createOrGetCustomNavigationPanelAPI = () => {
console.log('createOrGetCustomNavigationPanelAPI!!!!!!!!');
const isRTL =
this.props.options.behaviourParams_gallery_layoutDirection ===
GALLERY_CONSTS[optionsMap.behaviourParams.gallery.layoutDirection].RIGHT_TO_LEFT;
Expand Down

0 comments on commit 08dfb42

Please sign in to comment.