mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Remove logging statements
This commit is contained in:
@@ -153,9 +153,7 @@ async function create (projectDefinition) {
|
|||||||
throw { status: 409 }
|
throw { status: 409 }
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
console.log("create");
|
|
||||||
const survey_id = await nextSurveyId();
|
const survey_id = await nextSurveyId();
|
||||||
console.log("survey id", survey_id);
|
|
||||||
projectDefinition.schema = `survey_${survey_id}`;
|
projectDefinition.schema = `survey_${survey_id}`;
|
||||||
projectDefinition.archived = projectDefinition.archived ?? false;
|
projectDefinition.archived = projectDefinition.archived ?? false;
|
||||||
await createProjectSchema(projectDefinition)
|
await createProjectSchema(projectDefinition)
|
||||||
|
|||||||
Reference in New Issue
Block a user