We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ff7c7 commit 8b14be8Copy full SHA for 8b14be8
1 file changed
Repository.ascx.cs
@@ -411,7 +411,6 @@ private void SendDownloadNotification(RepositoryInfo objRepository)
411
{
412
try
413
414
- log.ErrorFormat("Download: {0} {1}", Settings["EmailOnDownload"], Settings["EmailOnDownloadAddress"]);
415
// check to see if we need to send an email notification
416
if (string.IsNullOrEmpty(Convert.ToString(Settings["EmailOnDownload"])) == false)
417
0 commit comments