mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-10 12:28:34 +03:00
rm debugging logic
This commit is contained in:
@@ -30,8 +30,6 @@ class Controller {
|
||||
} else {
|
||||
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) => {
|
||||
console.log(`blueprinter ${datafierName} called: ${tabName}`)
|
||||
const bp = R.clone(defaultBlueprint)
|
||||
bp.sheet = {
|
||||
name: sheetName,
|
||||
|
||||
Reference in New Issue
Block a user