From cd5f404cea977098f60787ec4057b05555bad234 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 9 Aug 2014 02:12:56 -0700 Subject: [PATCH] Removing logo from growl temporarily --- src/NzbDrone.Core/Notifications/Growl/GrowlService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs b/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs index 32c81e9c7..b572747c2 100644 --- a/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs +++ b/src/NzbDrone.Core/Notifications/Growl/GrowlService.cs @@ -72,9 +72,9 @@ namespace NzbDrone.Core.Notifications.Growl _logger = logger; _notificationTypes = GetNotificationTypes(); - var bytes = File.ReadAllBytes("64.png"); - - _growlApplication.Icon = new BinaryData(bytes); +// var bytes = File.ReadAllBytes("64.png"); +// +// _growlApplication.Icon = new BinaryData(bytes); } private GrowlConnector GetGrowlConnector(string hostname, int port, string password)