diff --git a/app/common_test.ts b/app/common_test.ts
index c9b881736df7d65d882a7ecff39e3a58eb22a818..7ba474bef52e1560caccbe46369005dbdb2a9475 100644
--- a/app/common_test.ts
+++ b/app/common_test.ts
@@ -1,5 +1,4 @@
 import { returnsNext, stub } from "./dev_deps.ts";
-import { logger } from "./logging.ts";
 import { GraphQLServer } from "./server.ts";
 
 export type ResponsePayload = Record<string, unknown> | Error;