Removed some debugging code.
This commit is contained in:
parent
5fa7bdc3c3
commit
c14d6964f1
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@
|
|||
{
|
||||
const resp = await validateISSClientTag(clientTag);
|
||||
|
||||
console.log(resp);
|
||||
|
||||
if ( resp?.data.active && resp?.data.accountName.length > 0 )
|
||||
{
|
||||
this.mainStore.issConfig.clientName = resp.data.accountName;
|
||||
|
|
|
|||
Loading…
Reference in a new issue