Skip to content

Commit 7d71399

Browse files
committed
remove lucee id, not really needed for anything
1 parent df8fa41 commit 7d71399

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/DebuggerService.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ component
206206
"httpReferer" : cgi.HTTP_REFERER,
207207
"formData" : serializeJSON( form ?: {} ),
208208
"inetHost" : discoverInetHost(),
209-
"localIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr ),
210-
"luceeId" : ( server.keyExists( "lucee" ) ? getLuceeID() : {} )
209+
"localIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr )
211210
};
212211

213212
// Event before recording

0 commit comments

Comments
 (0)