Minor: remove a commented-out debugger
This commit is contained in:
parent
373ea0d060
commit
49fc466fe7
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
/* global libsignal, textsecure, storage, ConversationController */
|
/* global libsignal, textsecure, storage, ConversationController */
|
||||||
|
|
||||||
describe('SignalProtocolStore', () => {
|
describe('SignalProtocolStore', () => {
|
||||||
// debugger;
|
|
||||||
const store = textsecure.storage.protocol;
|
const store = textsecure.storage.protocol;
|
||||||
const identifier = '+5558675309';
|
const identifier = '+5558675309';
|
||||||
const identityKey = {
|
const identityKey = {
|
||||||
|
|
Loading…
Reference in a new issue