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 }
|
||||
} else {
|
||||
try {
|
||||
console.log("create");
|
||||
const survey_id = await nextSurveyId();
|
||||
console.log("survey id", survey_id);
|
||||
projectDefinition.schema = `survey_${survey_id}`;
|
||||
projectDefinition.archived = projectDefinition.archived ?? false;
|
||||
await createProjectSchema(projectDefinition)
|
||||
|
||||
Reference in New Issue
Block a user