removed console logs

This commit is contained in:
piratefinn 2018-03-20 17:41:35 +00:00
parent 40eef44666
commit db1e3efbf5

View file

@ -123,7 +123,6 @@ export class TransactionLogComponent implements OnInit {
error => { error => {
console.log(error); console.log(error);
try { try {
console.log(error.error);
this.transactionFormStatusError = '"' + error.error.error + '" Error, ' + error.error.message; this.transactionFormStatusError = '"' + error.error.error + '" Error, ' + error.error.message;
} catch (e) { } catch (e) {
this.transactionFormStatusError = 'There was a server error, please try again later.'; this.transactionFormStatusError = 'There was a server error, please try again later.';
@ -152,7 +151,6 @@ export class TransactionLogComponent implements OnInit {
error => { error => {
console.log(error); console.log(error);
try { try {
console.log(error.error);
this.transactionFormStatusError = '"' + error.error.error + '" Error, ' + error.error.message; this.transactionFormStatusError = '"' + error.error.error + '" Error, ' + error.error.message;
} catch (e) { } catch (e) {
this.transactionFormStatusError = 'There was a server error, please try again later.'; this.transactionFormStatusError = 'There was a server error, please try again later.';