input filters

This commit is contained in:
2017-07-08 20:27:36 +02:00
parent ae4d4127c0
commit f22f722f36
5 changed files with 63 additions and 30 deletions

View File

@ -36,7 +36,6 @@ namespace Yavsc.Services
{
using System.Threading;
using Google.Apis.Auth.OAuth2.Flows;
using Newtonsoft.Json;
using Yavsc.Helpers;
using Yavsc.Models;
using Yavsc.Models.Calendar;
@ -79,7 +78,6 @@ namespace Yavsc.Services
Scopes = new[] { scopeCalendar },
DataStore = dataStore
});
_logger.LogWarning($"Using Google data store from "+JsonConvert.SerializeObject(_dataStore));
}
/// <summary>