Skip to content

Commit b1dd2ba

Browse files
committed
cleanup
1 parent 6e4d54b commit b1dd2ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

classes/Project/ProjectFactory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ export default class ProjectFactory {
268268

269269
return await ProjectFactory.DBObjectFromImage(projectManifest)
270270
.then(async (project) => {
271-
console.log("Creating project from image manifest", project)
272271
const projectObj = new Project()
273272
const group = await Group.createNewGroup(creator,
274273
{

0 commit comments

Comments
 (0)