From fd70173e3ee37296a03db84f270f815dd320d8b7 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 22 Jul 2021 00:42:41 -0500 Subject: [PATCH] Remove unused privacy.d.ts file --- js/modules/privacy.d.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 js/modules/privacy.d.ts diff --git a/js/modules/privacy.d.ts b/js/modules/privacy.d.ts deleted file mode 100644 index 0cc9acba59..0000000000 --- a/js/modules/privacy.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2020 Signal Messenger, LLC -// SPDX-License-Identifier: AGPL-3.0-only - -export function redactAll(log: string): string;