mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
rm debugging logic
This commit is contained in:
@@ -30,8 +30,6 @@ class Controller {
|
|||||||
} else {
|
} else {
|
||||||
throw new Error(copy.errors.update)
|
throw new Error(copy.errors.update)
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
|
||||||
console.log(err)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,6 @@ export function buildDesaturated (sheetId, sheetName, tab, resource) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const buildBlueprinter = R.curry((datafierName, datafier, sheetId, sheetName, tabName, data) => {
|
const buildBlueprinter = R.curry((datafierName, datafier, sheetId, sheetName, tabName, data) => {
|
||||||
console.log(`blueprinter ${datafierName} called: ${tabName}`)
|
|
||||||
const bp = R.clone(defaultBlueprint)
|
const bp = R.clone(defaultBlueprint)
|
||||||
bp.sheet = {
|
bp.sheet = {
|
||||||
name: sheetName,
|
name: sheetName,
|
||||||
|
|||||||
Reference in New Issue
Block a user