Skip to content

Commit

Permalink
Remove debugging statement from Tests/OEMockTester.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
msabbott committed Mar 20, 2015
1 parent eb27f1f commit 8f174cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OEMock/Tests/OEMockTester.cls
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ CLASS OEMock.Tests.OEMockTester:
DEFINE VARIABLE procName AS CHARACTER NO-UNDO INITIAL 'OEMock/Tests/Inspection/TestProcedure.p'.
DEFINE VARIABLE hProc AS HANDLE NO-UNDO.

OEMock:DebugMode = TRUE.
mck = OEMock:MockProcedure(procName).
mck:Generate().

Expand Down

0 comments on commit 8f174cd

Please sign in to comment.