aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpplugin.cpp
diff options
context:
space:
mode:
authorZousar Shaker <[email protected]>2024-12-06 21:47:11 -0700
committerZousar Shaker <[email protected]>2024-12-06 21:47:11 -0700
commit5688fa8f46fe3cd32f283adcc590e447174c58a8 (patch)
treedccaef1a87cf454639f45e330732221ce4eb1712 /src/zenhttp/servers/httpplugin.cpp
parentchangelog (diff)
parent5.5.16-pre0 (diff)
downloadzen-zs/xrepo.tar.xz
zen-zs/xrepo.zip
Merge branch 'main' into zs/xrepozs/xrepo
Diffstat (limited to 'src/zenhttp/servers/httpplugin.cpp')
-rw-r--r--src/zenhttp/servers/httpplugin.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/zenhttp/servers/httpplugin.cpp b/src/zenhttp/servers/httpplugin.cpp
index 09cd76f3e..9c2110476 100644
--- a/src/zenhttp/servers/httpplugin.cpp
+++ b/src/zenhttp/servers/httpplugin.cpp
@@ -27,14 +27,6 @@
# include <conio.h>
# endif
-# define PLUGIN_VERBOSE_TRACE 1
-
-# if PLUGIN_VERBOSE_TRACE
-# define ZEN_TRACE_VERBOSE ZEN_TRACE
-# else
-# define ZEN_TRACE_VERBOSE(fmtstr, ...)
-# endif
-
namespace zen {
struct HttpPluginServerImpl;