Skip to content

Commit

Permalink
remove console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-smith-xerox committed Mar 6, 2024
1 parent 3721fcc commit 92f56fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/assets/js/trGBFS.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ function trGBFS(options) {
this.update_locations = function() {
gbfs_obj.flush_cache();

console.log("feeds object: "+typeof gbfs_obj.feeds_object);
console.log(gbfs_obj.feeds_object.station_status);
console.log(gbfs_obj.feeds_object.free_bike_status);

if (typeof gbfs_obj.feeds_object === "object" && gbfs_obj.feeds_object.station_status) {
jQuery.ajax({
//url: gbfs_obj.gbfs_feed_proxy_prefix+gbfs_obj.feeds_object.station_status,
Expand Down

0 comments on commit 92f56fb

Please sign in to comment.