diff options
| author | Gavin Andresen <[email protected]> | 2013-09-18 18:03:21 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-09-18 20:39:24 +1000 |
| commit | e51321fb75f00194425e5ecc8ad77fd6762ec221 (patch) | |
| tree | 586ba556ba95900b8bb5b5440cb957a096e77528 /src/rpcdump.cpp | |
| parent | Merge pull request #2985 from theuni/included-tests (diff) | |
| download | discoin-e51321fb75f00194425e5ecc8ad77fd6762ec221.tar.xz discoin-e51321fb75f00194425e5ecc8ad77fd6762ec221.zip | |
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Diffstat (limited to 'src/rpcdump.cpp')
| -rw-r--r-- | src/rpcdump.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index e166f76bf..a6e2de610 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -15,8 +15,6 @@ #include <boost/variant/get.hpp> #include <boost/algorithm/string.hpp> -#define printf OutputDebugStringF - using namespace json_spirit; using namespace std; |