forked from mystiq/hydrogen-web
Remove comments
This commit is contained in:
parent
6699b71bd5
commit
66fbc37ec4
1 changed files with 0 additions and 11 deletions
|
@ -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…
Reference in a new issue