LP1929741 Net service tidier request logging
authorBill Erickson <berickxx@gmail.com>
Wed, 30 Dec 2020 16:43:50 +0000 (11:43 -0500)
committerJane Sandberg <js7389@princeton.edu>
Sun, 2 Oct 2022 15:02:49 +0000 (08:02 -0700)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/core/net.service.ts

index 42dae19..6d3626d 100644 (file)
@@ -109,7 +109,7 @@ export class NetService {
     // Send the compiled request to the server via WebSockets
     sendCompiledRequest(request: NetRequest): void {
         OpenSRF.Session.transport = OSRF_TRANSPORT_TYPE_WS;
-        console.debug(`Net: request ${request.method}`);
+        console.debug(`${request.method}`);
 
         request.session.request({
             async  : true, // WS only operates in async mode