Removed some debugging statements.
This commit is contained in:
parent
3a18b52640
commit
afc6e55504
1 changed files with 0 additions and 2 deletions
|
|
@ -8,12 +8,10 @@ export function validateISSClientTag(clientTag) {
|
|||
.then(
|
||||
(response) => {
|
||||
// Success
|
||||
//console.log(response);
|
||||
return response;
|
||||
},
|
||||
(error) => {
|
||||
// Error
|
||||
console.log("error: " + error);
|
||||
return null;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue