Skip to content

Commit

Permalink
chore: removing console in student.service
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonxm authored and jonataspinto committed Jan 26, 2022
1 parent 78cf08a commit a037467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/student.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export const getStudent = () => new Promise((resolve, reject) => {
try {
resolve();
} catch (error) {
console.log(error);
reject(error);
}
});

0 comments on commit a037467

Please sign in to comment.