Skip to content

Commit

Permalink
Cleaned up code.
Browse files Browse the repository at this point in the history
  • Loading branch information
dills122 committed Sep 21, 2018
1 parent 22ac2d1 commit 92dae57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
11 changes: 0 additions & 11 deletions ShamWow/Documents.cs

This file was deleted.

44 changes: 0 additions & 44 deletions ShamWow/TestClass.cs

This file was deleted.

9 changes: 0 additions & 9 deletions ShamWowTests/ScrubberTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ public void SimpleTest(string email)
strTwo = "another test string"
};


//ProcessDocument process = new ProcessDocument(test, test)
// .Scrub();
//var cleanedData = (SimpleTest)process.GetCleanData();

ProcessDocument process = new ProcessDocument(test, ShamWow.Constants.ScrubTypes.Marked)
.Scrub();
var cleanedData = (SimpleTest)process.CleanData();
Expand Down Expand Up @@ -56,10 +51,6 @@ public void ComplexTest(string email, string phone)
}
};

//ProcessDocument process = new ProcessDocument(complex, complex)
// .Scrub();
//var cleanedData = (ComplexTest)process.GetCleanData();

ProcessDocument process = new ProcessDocument(complex, ShamWow.Constants.ScrubTypes.Marked)
.Scrub();
var cleanedData = (ComplexTest)process.CleanData();
Expand Down

0 comments on commit 92dae57

Please sign in to comment.