Skip to content

Commit a9f2b96

Browse files
committed
Remove log
1 parent cd2eba7 commit a9f2b96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/repository/employeesRepository.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function save(employee) {
2323

2424
// get employee by id
2525
function getById(employeeId) {
26-
console.log(employeeId, typeof employeeId);
2726
const employee = employeesData.filter(item => item.id === employeeId);
2827
if (employee.length === 0) {
2928
throw new Error(`Employee Resource with id: ${employeeId} not found`);

0 commit comments

Comments
 (0)