summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/surfaces/mackie/surface_port.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/mackie/surface_port.cc b/libs/surfaces/mackie/surface_port.cc
index 0cbfa23cae..24aa2296d8 100644
--- a/libs/surfaces/mackie/surface_port.cc
+++ b/libs/surfaces/mackie/surface_port.cc
@@ -62,8 +62,8 @@ MidiByteArray SurfacePort::read()
ostringstream os;
os << "error reading from port: " << port().name() << " nread: " << nread;
cout << os.str() << endl;
- inactive_event();
- throw MackieControlException( os.str() );
+ //inactive_event();
+ //throw MackieControlException( os.str() );
}
return retval;
}