facebook / memlab

A framework for finding JavaScript memory leaks and analyzing heap snapshots
https://facebook.github.io/memlab/
MIT License
4.35k stars 118 forks source link

chore: remove unnecessary label #45

Closed LuciNyan closed 1 year ago

LuciNyan commented 1 year ago

Description

It looks like label is not needed here.

JacksonGL commented 1 year ago

Thanks for creating this PR @LuciNyan. The label was added mainly for readability of the code.