rm debugging logic

This commit is contained in:
Lachlan Kermode
2018-12-13 15:59:03 +00:00
parent 5431b2be3f
commit df239c8f58
2 changed files with 0 additions and 3 deletions

View File

@@ -30,8 +30,6 @@ class Controller {
} else {
throw new Error(copy.errors.update)
}
}).catch(err => {
console.log(err)
})
}

View File

@@ -25,7 +25,6 @@ export function buildDesaturated (sheetId, sheetName, tab, resource) {
}
const buildBlueprinter = R.curry((datafierName, datafier, sheetId, sheetName, tabName, data) => {
console.log(`blueprinter ${datafierName} called: ${tabName}`)
const bp = R.clone(defaultBlueprint)
bp.sheet = {
name: sheetName,