cleanup debug logs

This commit is contained in:
Markus Schubert 2020-03-26 00:06:45 +01:00
parent d2507c9770
commit c410793351

View file

@ -7,7 +7,6 @@ class PublicStateController {
};
create(data, user, onSuccess, onError) {
console.log('PublicStateController.create');
let collection = this.database.collection('publicStates');
collection.findOne({name: data.name}, {}, (dbErr, dbRes) => {
if (dbErr === null) {