chore(core): Remove debug setting
This commit is contained in:
parent
4da3e45ded
commit
fd2f2fef25
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
|
@ -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: {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue