put debug statement inside #if DEBUG

This commit is contained in:
John Jenko 2010-04-23 18:02:29 +00:00
parent 396839f8ee
commit fdf3284d8f

View File

@ -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;