mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-19 08:41:39 +01:00
Remove comments
This commit is contained in:
parent
6699b71bd5
commit
66fbc37ec4
@ -259,14 +259,3 @@ export class LogItem implements ILogItem {
|
|||||||
return this._children;
|
return this._children;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// export function tests() {
|
|
||||||
// return {
|
|
||||||
// "Login token removed from item": (assert) => {
|
|
||||||
// const str = "main http://localhost:3000/src/main.js:55\n<anonymous> http://localhost:3000/?loginToken=secret:26";
|
|
||||||
// const result = filterLoginToken(str);
|
|
||||||
// const index = result!.search("secret");
|
|
||||||
// assert.equal(index, -1);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user