Time ticket sort update & remove io event logging.

This commit is contained in:
Patrick Fic
2021-08-05 09:11:53 -07:00
parent 69c13dd052
commit 8c94dfce9e
3 changed files with 3 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ const roundTripLink = new ApolloLink((operation, forward) => {
});
const TrackExecutionTime = async (operationName, time) => {
await axios.post("/ioevent", { operationName, time, dbevent: true });
//await axios.post("/ioevent", { operationName, time, dbevent: true });
};
const subscriptionMiddleware = {