Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Jan 9, 2022
1 parent 858def8 commit 7d7a55b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/seller-profile/seller-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export class SellerProfilePage extends NavbarSellerPage {

onUserLoad() {

console.log(Application.user);
$("h1").text(`Profile - ${Application.user.getRagSoc()}`);
$("#balance").text(`Your balance: `);

Expand Down

0 comments on commit 7d7a55b

Please sign in to comment.