Remove comments

This commit is contained in:
RMidhunSuresh 2021-11-30 14:15:49 +05:30
parent 6699b71bd5
commit 66fbc37ec4

View file

@ -259,14 +259,3 @@ export class LogItem implements ILogItem {
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);
// }
// }
// }