put debug statement inside #if DEBUG
This commit is contained in:
parent
396839f8ee
commit
fdf3284d8f
@ -105,10 +105,12 @@ namespace DataLoader
|
||||
if (updatedText != afterText)//|| newStripped != afterText)
|
||||
myProblems.RTBProblems.Add(item.ItemID, item.MyContent.ContentID, originalText, updatedText, MyStepRTB.Rtf, afterText, item.Path);
|
||||
}
|
||||
#if DEBUG
|
||||
else
|
||||
{
|
||||
Console.WriteLine("here");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Status = "Saving problems";
|
||||
ErrorCount = myProblems.RTBProblems.Count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user