remove console.log
This commit is contained in:
parent
d583686ba9
commit
4fc8ee0cb9
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ export default abstract class BadgeService {
|
|||
badge.LastModifiedDatetime = new Date();
|
||||
}
|
||||
|
||||
console.log(isSecret);
|
||||
|
||||
badge.Name = name;
|
||||
badge.Description = description;
|
||||
badge.ImageUrl = imageUrl;
|
||||
|
|
Loading…
Reference in a new issue