get rid of unused toString method
This commit is contained in:
parent
c890856ce3
commit
0fc51f0e71
2 changed files with 0 additions and 6 deletions
|
@ -14,8 +14,5 @@ abstract class SnowFlake{
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
toString(){
|
||||
return this.id;
|
||||
}
|
||||
}
|
||||
export{SnowFlake};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue