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