sassoftware / restaf

A simple framework for building applications with SAS REST APIs, supported with SAS Viya
Apache License 2.0
17 stars 10 forks source link

Remove debugger statements from code #9

Closed cafce25 closed 4 years ago

cafce25 commented 4 years ago

The debugger statement is setting brakepoints which make it very hard to debug other code when using this library. Since it should not be in production code anyways this patch removes all instances of it.