remove leftover logging
This commit is contained in:
parent
a93b1af047
commit
a8e43d4850
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ export function tests() {
|
|||
};
|
||||
const room = {
|
||||
async fillGap(entry) {
|
||||
console.log(entry.token, currentToken);
|
||||
assert.equal(entry.token, currentToken);
|
||||
currentToken += 1;
|
||||
const newEntry = entry.withUpdatedFragment(Object.assign({}, fragment, {previousToken: currentToken}));
|
||||
|
|
Reference in a new issue