mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Removed Trace Logging from FileExists.
Update will now use copy to update, instead of move.
This commit is contained in:
@@ -31,7 +31,6 @@ namespace NzbDrone.Common
|
||||
|
||||
public virtual bool FileExists(string path)
|
||||
{
|
||||
Logger.Trace("Checking if File Exists: {0}", path);
|
||||
return File.Exists(path);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user