Skip to content

Commit

Permalink
Removed pdb call
Browse files Browse the repository at this point in the history
  • Loading branch information
jmadden173 committed Feb 24, 2024
1 parent c1eb483 commit e014615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/api/resources/sensor_data_ttn.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def post(self):
for full description.
"""

import pdb; pdb.set_trace()

content_type = request.headers.get("Content-Type")

# get uplink json
Expand Down

0 comments on commit e014615

Please sign in to comment.