Skip to content

Commit 28e4e38

Browse files
committed
chore
1 parent b67adab commit 28e4e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/angular/src/app/shared/helper.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export class HelperService {
5555
}
5656

5757
private receiveErrorValue(value: any): boolean {
58-
console.log(['これ', value]);
5958
return value.hasOwnProperty('code') && value.hasOwnProperty('message');
6059
}
6160
}

0 commit comments

Comments
 (0)