Skip to content

Commit 74fb5a2

Browse files
committed
fixup
1 parent aee8c04 commit 74fb5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/fastly/builtins/fastly.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ bool debugLog(JSContext *cx, unsigned argc, JS::Value *vp) {
107107
if (!msg_host_str) {
108108
return false;
109109
}
110+
#ifdef DEBUG
110111
debug_messages.push_back(std::string(msg_host_str));
112+
#endif
111113
args.rval().setUndefined();
112114
return true;
113115
}

0 commit comments

Comments
 (0)