Skip to content

Commit

Permalink
TASK: Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Apr 26, 2024
1 parent b5d814e commit f60dda8
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 2,006 deletions.
2 changes: 0 additions & 2 deletions Resources/Private/NodeReloadedOutOfBandEvent/src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {dispatchCustomEvent, findNodeInGuestFrame} from '@neos-project/neos-ui-g

manifest('VIVOMEDIA.NeosUI.NodeChangedEvent:NodeChanged', {}, globalRegistry => {

console.log("LOADED");

const serverFeedbackHandlers = globalRegistry.get('serverFeedbackHandlers');
const reloadContentOutOfBand = serverFeedbackHandlers.get('Neos.Neos.Ui:ReloadContentOutOfBand/Main');
serverFeedbackHandlers.set('Neos.Neos.Ui:ReloadContentOutOfBand/Main', (feedbackPayload, {store, globalRegistry}) => {
Expand Down
Loading

0 comments on commit f60dda8

Please sign in to comment.