theprogrammablemind_4wp 7.5.8-beta.81 → 7.5.8-beta.82
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 +1 -1
package/package.json
CHANGED
package/src/config.js
CHANGED
@@ -1015,7 +1015,7 @@ class Config {
|
|
1015
1015
|
|
1016
1016
|
const sameQueries = helpers.safeEquals(toCanonicalQueries(template.queries || []).map(helpers.updateQueries), toCanonicalQueries(instance.queries || []))
|
1017
1017
|
|
1018
|
-
const debug =
|
1018
|
+
const debug = true
|
1019
1019
|
if (debug) {
|
1020
1020
|
console.log("instance", instance)
|
1021
1021
|
console.log("sameQueries", sameQueries)
|