Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Remove unused code, verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Nov 7, 2023
1 parent 3669a88 commit 549f453
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion python/restapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def getNodesList(request: RawRequest):

@app.post("/raw/allList")
def getAllList(request: RawRequest):
print("request.status", request.status)
results = rawer.getAllList(
area = request.area or None,
tags = request.tags or "",
Expand Down
2 changes: 0 additions & 2 deletions src/data/pq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include "data/pq.hh"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/split.hpp>
#include <locale>
#include <codecvt>
#include <iostream>
#include <string>
#include <vector>
Expand Down
2 changes: 0 additions & 2 deletions src/osm/osmchange.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <array>
#include <memory>
#include <iostream>
#include <codecvt>
#include <locale>
#include <algorithm>
#include <pqxx/pqxx>
#include <list>
Expand Down

0 comments on commit 549f453

Please sign in to comment.