Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Jan 7, 2025
1 parent b129c6c commit 2f5effd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ describe('Controllers', () => {
{ it: 'should return osd data', url: `/osd.xml` },
];
testRoutes.forEach((route) => {
console.log('route', route);
it(route.it, async () => {
const { response, body } = await request.get(`${baseUrl}/${route.url}`);
assert.equal(response.statusCode, route.status || 200);
Expand Down

0 comments on commit 2f5effd

Please sign in to comment.