Skip to content

Commit fddb577

Browse files
committed
Remove DAP logging
1 parent a1dab20 commit fddb577

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/dap.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ static struct {
5757
// write all DAP communications to the given path.
5858
//
5959
// #define LOG_TO_FILE "<path-to-log-file>"
60-
#define LOG_TO_FILE "dap.log"
60+
// #define LOG_TO_FILE "dap.log"
61+
62+
#undef LOG_INFO
63+
#define LOG_INFO(...) {};
6164

6265
std::shared_ptr<dap::Writer> log;
6366

0 commit comments

Comments
 (0)