Remove old Whisper.Database module

This commit is contained in:
Evan Hahn 2022-05-27 22:12:01 +00:00 committed by GitHub
parent 1184756866
commit 11cfb4f76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 85 deletions

View file

@ -1,13 +1,8 @@
// Copyright 2014-2020 Signal Messenger, LLC
// Copyright 2014-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* global Whisper, _, Backbone */
// Override the database id.
window.Whisper = window.Whisper || {};
window.Whisper.Database = window.Whisper.Database || {};
Whisper.Database.id = 'test';
/*
* global helpers for tests
*/