From fcc0884e36d3dbd15ce50c17af16fef5ff38b510 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:12:16 +1000 Subject: Remove the cdn storage location log --- src/cdn/util/FileStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cdn/util/FileStorage.ts') diff --git a/src/cdn/util/FileStorage.ts b/src/cdn/util/FileStorage.ts index 955c570b..0e31a50e 100644 --- a/src/cdn/util/FileStorage.ts +++ b/src/cdn/util/FileStorage.ts @@ -1,6 +1,6 @@ import { Storage } from "./Storage"; import fs from "fs"; -import { join, relative, dirname } from "path"; +import { join, dirname } from "path"; import "missing-native-js-functions"; import { Readable } from "stream"; import ExifTransformer from "exif-be-gone"; -- cgit 1.5.1