Skip to content

Commit

Permalink
removed console log from code
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Nov 6, 2022
1 parent dabf6c1 commit fad86ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/theme/Views/LayoutAppExtrasView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import { BodyClass } from '@plone/volto/helpers';

const LayoutAppExtrasView = (props) => {
console.log(props);
return <BodyClass className={props.content?.layout} />;
};

Expand Down

0 comments on commit fad86ae

Please sign in to comment.