chore: Remove lint
This commit is contained in:
parent
030c5e40a2
commit
40d497e135
1 changed files with 3 additions and 3 deletions
|
@ -193,9 +193,9 @@ export const handleExport = async ({
|
||||||
workerArgs.pages = pattern.setStores[pattern.activeSet].get('pages')
|
workerArgs.pages = pattern.setStores[pattern.activeSet].get('pages')
|
||||||
|
|
||||||
// add cutting layouts if requested (commented out for now)
|
// add cutting layouts if requested (commented out for now)
|
||||||
if (false && !exportTypes.exportForEditing.includes(format) && pageSettings.cutlist) {
|
//if (!exportTypes.exportForEditing.includes(format) && pageSettings.cutlist) {
|
||||||
workerArgs.cutLayouts = generateCutLayouts(pattern, Design, settings, format, t, ui)
|
// workerArgs.cutLayouts = generateCutLayouts(pattern, Design, settings, format, t, ui)
|
||||||
}
|
//}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
if (typeof stopLoading === 'function') stopLoading()
|
if (typeof stopLoading === 'function') stopLoading()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue