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)
|
if (updatedText != afterText)//|| newStripped != afterText)
|
||||||
myProblems.RTBProblems.Add(item.ItemID, item.MyContent.ContentID, originalText, updatedText, MyStepRTB.Rtf, afterText, item.Path);
|
myProblems.RTBProblems.Add(item.ItemID, item.MyContent.ContentID, originalText, updatedText, MyStepRTB.Rtf, afterText, item.Path);
|
||||||
}
|
}
|
||||||
|
#if DEBUG
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Console.WriteLine("here");
|
Console.WriteLine("here");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
Status = "Saving problems";
|
Status = "Saving problems";
|
||||||
ErrorCount = myProblems.RTBProblems.Count;
|
ErrorCount = myProblems.RTBProblems.Count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user