response = searchGraph.runNamedQuery(fromAppId, transId, queryParameters, type, aaiExtMap);
        
                        String respTm = genDate();
-                       logTransaction(fromAppId, transId, "GETSDNZONERESPONSE",
-                                       req.getRequestURI(), rqstTm, respTm, "", response);
 
                } catch (AAIException e) {
                        // send error response
                                response = searchGraph.executeModelOperation(fromAppId, transId, inboundPayload, type, false, aaiExtMap);
                        }
                        String respTm = genDate();
-                       logTransaction(fromAppId, transId, "POSTMODELQUERYRESPONSE",
-                                       req.getRequestURI(), rqstTm, respTm, "", response);
                        
                } catch (AAIException e) {
                        // send error response
 
                                                                                                           );
        
                        String respTm = genDate();
-                       logTransaction(fromAppId, transId,
-                                       "GETGENERICQUERYRESPONSE", req.getRequestURI(), rqstTm, respTm,
-                                       "", searchResult);
                
                } catch (AAIException e) { 
                        // send error response
                                                                                                        urlBuilder);
        
                        String respTm = genDate();
-                       logTransaction(fromAppId, transId, "GETNODESQUERYRESPONSE",
-                                       req.getRequestURI(), rqstTm, respTm, "", searchResult);
                } catch (AAIException e) { 
                        // send error response
                        ex = e;