theprogrammablemind_4wp 7.10.0-beta.12 → 7.10.0-beta.13
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/config.js +0 -3
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -204,9 +204,6 @@ const handleBridgeProps = (config, bridge, addFirst) => {
|
|
204
204
|
ecatch(`While processing the bridge for ${bridge.id}#${bridge.level}`,
|
205
205
|
() => {
|
206
206
|
if (!bridge.bridge) {
|
207
|
-
if (bridge.id == 'modification') {
|
208
|
-
debugger
|
209
|
-
}
|
210
207
|
bridge.bridge = "{ ...next(operator) }"
|
211
208
|
}
|
212
209
|
if (!bridge.level) {
|