mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 02:25:45 +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) {
|
createSyncbackRequest: function createSyncbackRequest(request, reply, syncRequestArgs) {
|
||||||
request.getAccountDatabase().then((db) => {
|
request.getAccountDatabase().then((db) => {
|
||||||
db.SyncbackRequest.create(syncRequestArgs).then((syncbackRequest) => {
|
db.SyncbackRequest.create(syncRequestArgs).then((syncbackRequest) => {
|
||||||
console.log("Created syncbackrequest")
|
|
||||||
console.log(syncbackRequest.props)
|
|
||||||
console.log("PubsubConnector.notify")
|
|
||||||
PubsubConnector.notify({
|
PubsubConnector.notify({
|
||||||
accountId: db.accountId,
|
accountId: db.accountId,
|
||||||
type: MessageTypes.SYNCBACK_REQUESTED,
|
type: MessageTypes.SYNCBACK_REQUESTED,
|
||||||
|
|
Loading…
Reference in a new issue