deskmetrics doesn't report during dev.

This commit is contained in:
kay.one
2012-02-12 23:49:53 -08:00
parent 90e5e8eef3
commit e5fa098d66
3 changed files with 13 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ namespace NzbDrone.Core.Providers
try
{
//Don't report anything unless working from master branch.
if (!IsOnMasterBranch() || !EnviromentProvider.IsProduction)
if (!IsOnMasterBranch())
return;
if (EnviromentProvider.IsNewInstall)