From 9c91ccd3d0fbab6f42ef0acd1a008c416a634bb3 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 27 Jul 2016 14:30:35 +0200 Subject: [PATCH] cleaned up log warnings --- Yavsc/Controllers/CommandController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Yavsc/Controllers/CommandController.cs b/Yavsc/Controllers/CommandController.cs index 01cddb47..7883f195 100644 --- a/Yavsc/Controllers/CommandController.cs +++ b/Yavsc/Controllers/CommandController.cs @@ -152,8 +152,6 @@ namespace Yavsc.Controllers var regids = command.PerformerProfile.Performer .Devices.Select(d => d.GCMRegistrationId); var sregids = string.Join(",",regids); - _logger.LogWarning($"ApiKey: {_googleSettings.ApiKey}"); - _logger.LogWarning($"RegIds: {sregids}"); grep = await _GCMSender.NotifyAsync(_googleSettings,regids,yaev); } // TODO setup a profile choice to allow notifications