aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/main.cpp b/main.cpp
index 0ff7eed..757db28 100644
--- a/main.cpp
+++ b/main.cpp
@@ -32,7 +32,7 @@ int main(int argc, char *argv[]) {
BluetoothAdapter *adapter = nullptr;
int e;
- try {
+// try {
targetMac = Mac::parseMac(argv[1]);
adapter = trygvis::getAdapter(0);
@@ -44,13 +44,13 @@ int main(int argc, char *argv[]) {
// adapter->runScan(scan_callback);
e = EXIT_SUCCESS;
- } catch (std::runtime_error ex) {
- W << "std::runtime_error: " << ex.what();
- e = EXIT_FAILURE;
- } catch (std::exception ex) {
- W << "std::exception: " << ex.what();
- e = EXIT_FAILURE;
- }
+// } catch (std::runtime_error ex) {
+// W << "std::runtime_error: " << ex.what();
+// e = EXIT_FAILURE;
+// } catch (std::exception ex) {
+// W << "std::exception: " << ex.what();
+// e = EXIT_FAILURE;
+// }
if (adapter != nullptr) {
delete adapter;