Skip to content

Commit 8b14be8

Browse files
committed
removed not needed logging
1 parent c6ff7c7 commit 8b14be8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Repository.ascx.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ private void SendDownloadNotification(RepositoryInfo objRepository)
411411
{
412412
try
413413
{
414-
log.ErrorFormat("Download: {0} {1}", Settings["EmailOnDownload"], Settings["EmailOnDownloadAddress"]);
415414
// check to see if we need to send an email notification
416415
if (string.IsNullOrEmpty(Convert.ToString(Settings["EmailOnDownload"])) == false)
417416
{

0 commit comments

Comments
 (0)