refactor(upgrade/util): remove unused `stringify()` method
This commit is contained in:
parent
3e90605db9
commit
eab7e490c9
|
@ -7,11 +7,6 @@
|
|||
*/
|
||||
|
||||
|
||||
export function stringify(obj: any): string {
|
||||
if (typeof obj == 'function') return obj.name || obj.toString();
|
||||
return '' + obj;
|
||||
}
|
||||
|
||||
|
||||
export function onError(e: any) {
|
||||
// TODO: (misko): We seem to not have a stack trace here!
|
||||
|
|
Loading…
Reference in New Issue