From 702b0fc110f44c4df6f35325b13c379b9c98e190 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 26 May 2021 16:54:28 +0200 Subject: [PATCH] Remove unused import Signed-off-by: Johan Haals --- plugins/catalog-backend/src/next/Stitcher.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-backend/src/next/Stitcher.ts b/plugins/catalog-backend/src/next/Stitcher.ts index 8f9514d441..6958c7c3cf 100644 --- a/plugins/catalog-backend/src/next/Stitcher.ts +++ b/plugins/catalog-backend/src/next/Stitcher.ts @@ -26,7 +26,6 @@ import stableStringify from 'fast-json-stable-stringify'; import { Knex } from 'knex'; import { Logger } from 'winston'; import { buildEntitySearch, DbSearchRow } from './search'; -import { createTimer } from './util'; import { v4 as uuid } from 'uuid'; // The number of items that are sent per batch to the database layer, when