delete consol log
This commit is contained in:
parent
822c053e78
commit
81b27976f9
|
@ -63,8 +63,6 @@ func (s MongoDBStorage) GetEvent(id string) (*Event, error) {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("%+v\n", event)
|
|
||||||
|
|
||||||
return event, nil
|
return event, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue