summaryrefslogtreecommitdiffhomepage
path: root/src/recode.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-02-03 13:18:25 +0100
committerRoland Reichwein <mail@reichwein.it>2021-02-03 13:18:25 +0100
commit5572e23e8e2109abd73b916f4f0d278e1aa21f34 (patch)
treea31b61aa9381bef63be637b203ae6f030f33027d /src/recode.cpp
parent9dfd49e5def7357c59f8bc676981f5466bdb2d2c (diff)
Add msbuild files
Diffstat (limited to 'src/recode.cpp')
-rw-r--r--src/recode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/recode.cpp b/src/recode.cpp
index b8ada69..517b381 100644
--- a/src/recode.cpp
+++ b/src/recode.cpp
@@ -150,8 +150,6 @@ int main(int argc, char* argv[])
std::string id{get_id(it_from->second, it_to->second)};
- std::cout << "DEBUG: " << id << std::endl;
-
auto it { convert_map.find(id) };
if (it == convert_map.end()) {
std::cerr << "Error: Conversion ID " << id << " not supported." << std::endl;