diff --git a/lib/www/server/lib/db/project/create.js b/lib/www/server/lib/db/project/create.js index 97795a6..a2c053d 100644 --- a/lib/www/server/lib/db/project/create.js +++ b/lib/www/server/lib/db/project/create.js @@ -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)