Skip to content

Commit

Permalink
[Bind] Removed unused debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
thefiddler committed Jun 11, 2014
1 parent fe3cce0 commit 36d8373
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Bind/DocProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ Documentation ProcessFile(string file, EnumProcessor processor)
text = remove_xmlns.Replace(text, String.Empty);
text = remove_unknown_entities.Replace(text, String.Empty);

if (file.Contains("RasterPos"))
{
System.Diagnostics.Debugger.Break();
}

Match m = remove_mathml.Match(text);
while (m.Length > 0)
{
Expand Down

0 comments on commit 36d8373

Please sign in to comment.