1
0
Fork 0

chore(core): Remove debug setting

This commit is contained in:
Benjamin F 2022-12-16 11:39:24 -08:00
parent 4da3e45ded
commit fd2f2fef25
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ settings are the measurements, but there's other settings too.
Object settings = { Object settings = {
Object absoluteOptions, Object absoluteOptions,
Boolean complete=true, Boolean complete=true,
Boolean debug=false,
Boolean embed=false, Boolean embed=false,
String idPrefix='fs-', String idPrefix='fs-',
Object|Boolean layout=true, Object|Boolean layout=true,

View file

@ -26,7 +26,6 @@ export const __loadPatternDefaults = () => ({
margin: 2, margin: 2,
scale: 1, scale: 1,
layout: true, layout: true,
debug: false,
options: {}, options: {},
absoluteOptions: {}, absoluteOptions: {},
measurements: {}, measurements: {},