remove messages when tempo map is not available in RT context
[ardour.git] / libs / ardour / session_time.cc
index 205e2a0ba4d9c892c07cb327081cfe750f7a1e54..eef05e879a0f41cbb2534f8b022dca74639d5658 100644 (file)
@@ -502,7 +502,7 @@ Session::jack_timebase_callback (jack_transport_state_t /*state*/,
                        pos->valid = jack_position_bits_t (pos->valid | JackPositionBBT);
 
                } catch (...) {
-                       warning << _("failed to set tempo map information for JACK due to issues with tempo map") << endmsg;
+                       /* no message */
                }
        }