Skip to content

Commit

Permalink
fix: debugger removed (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB authored Aug 30, 2023
1 parent dd683d1 commit 91d746f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/customizations/volto/middleware/blacklistRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const blacklistRoutes = ({ dispatch, getState }) => (next) => (action) => {

switch (action.type) {
case '@@router/LOCATION_CHANGE':
debugger;
let { pathname } = action.payload.location;
const { externalRoutes = [] } = config.settings;

Expand Down

0 comments on commit 91d746f

Please sign in to comment.