From 66fbc37ec4e45a6603737312117539753c288e6e Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 30 Nov 2021 14:15:49 +0530 Subject: [PATCH] Remove comments --- src/logging/LogItem.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/logging/LogItem.ts b/src/logging/LogItem.ts index 5bd94f93..da009b06 100644 --- a/src/logging/LogItem.ts +++ b/src/logging/LogItem.ts @@ -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 http://localhost:3000/?loginToken=secret:26"; -// const result = filterLoginToken(str); -// const index = result!.search("secret"); -// assert.equal(index, -1); -// } -// } -// }