Skip to content

Commit

Permalink
remove extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Oct 28, 2023
1 parent e846348 commit 1d04e63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aggie-spirit-api",
"version": "0.2.3",
"version": "0.2.4",
"description": "JS implementation of the Texas A&M Bus API",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 0 additions & 2 deletions src/timetable_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export async function getTimetable(routeName, date = new Date(), connection) {

var timetableFinal = []

console.log(timetableResponse.jsonTimeTableList)

// check if the bus is not running on the given date
if (timetableResponse.jsonTimeTableList[0].html.includes("No Service Is Scheduled For This Date")) return timetableFinal

Expand Down

0 comments on commit 1d04e63

Please sign in to comment.