mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Removed duplicate debug line.
This commit is contained in:
@@ -249,8 +249,6 @@ namespace DiscImageChef.ImagePlugins
|
|||||||
Regex RegexSignature = new Regex(DRIRegEx);
|
Regex RegexSignature = new Regex(DRIRegEx);
|
||||||
Match MatchSignature = RegexSignature.Match(sig);
|
Match MatchSignature = RegexSignature.Match(sig);
|
||||||
|
|
||||||
DicConsole.DebugWriteLine("DRI DiskCopy plugin", "MatchSignature.Success? = {0}", MatchSignature.Success);
|
|
||||||
|
|
||||||
if(!MatchSignature.Success)
|
if(!MatchSignature.Success)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user