mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Remove loggin in api
This commit is contained in:
parent
2721617665
commit
6a6e1f4f60
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ module.exports = {
|
|||
createSyncbackRequest: function createSyncbackRequest(request, reply, syncRequestArgs) {
|
||||
request.getAccountDatabase().then((db) => {
|
||||
db.SyncbackRequest.create(syncRequestArgs).then((syncbackRequest) => {
|
||||
console.log("Created syncbackrequest")
|
||||
console.log(syncbackRequest.props)
|
||||
console.log("PubsubConnector.notify")
|
||||
PubsubConnector.notify({
|
||||
accountId: db.accountId,
|
||||
type: MessageTypes.SYNCBACK_REQUESTED,
|
||||
|
|
Loading…
Reference in a new issue