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(
|
.then(
|
||||||
(response) => {
|
(response) => {
|
||||||
// Success
|
// Success
|
||||||
//console.log(response);
|
|
||||||
return response;
|
return response;
|
||||||
},
|
},
|
||||||
(error) => {
|
(error) => {
|
||||||
// Error
|
// Error
|
||||||
console.log("error: " + error);
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue