diff options
Diffstat (limited to 'ext/js/debug')
-rw-r--r-- | ext/js/debug/timer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js index 7c43efdf..81e3e1b3 100644 --- a/ext/js/debug/timer.js +++ b/ext/js/debug/timer.js @@ -15,7 +15,6 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ - class Timer { constructor(name) { this.samples = []; |