cleanup debug logs
This commit is contained in:
parent
d2507c9770
commit
c410793351
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ class PublicStateController {
|
||||||
};
|
};
|
||||||
|
|
||||||
create(data, user, onSuccess, onError) {
|
create(data, user, onSuccess, onError) {
|
||||||
console.log('PublicStateController.create');
|
|
||||||
let collection = this.database.collection('publicStates');
|
let collection = this.database.collection('publicStates');
|
||||||
collection.findOne({name: data.name}, {}, (dbErr, dbRes) => {
|
collection.findOne({name: data.name}, {}, (dbErr, dbRes) => {
|
||||||
if (dbErr === null) {
|
if (dbErr === null) {
|
||||||
|
|
Loading…
Reference in a new issue