Skip to content

Commit 97913f8

Browse files
committed
remove debugging statement
1 parent 60c3e12 commit 97913f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frankenphp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ func ServeHTTP(responseWriter http.ResponseWriter, request *http.Request) error
411411
worker.handleRequest(fc)
412412
return nil
413413
}
414-
fc.logger.Warn(fmt.Sprintf("Module ID mismatch: %s != %s", worker.moduleID, fc.moduleID))
415414
}
416415

417416
// If no worker was available send the request to non-worker threads

0 commit comments

Comments
 (0)