remove debug code
authorRobin Gareus <robin@gareus.org>
Tue, 14 Jan 2014 15:19:49 +0000 (16:19 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 15 Jan 2014 01:51:52 +0000 (02:51 +0100)
libs/ardour/send.cc

index 2c3d8f23aeb65aa3b6c933c50fc73e01cd8e663c..1664f42b354f0668755d2d977575a7a7aa50ec16 100644 (file)
@@ -81,7 +81,7 @@ Send::Send (Session& s, boost::shared_ptr<Pannable> p, boost::shared_ptr<MuteMas
                _bitslot = 0;
        }
 
-       boost_debug_shared_ptr_mark_interesting (this, "send");
+       //boost_debug_shared_ptr_mark_interesting (this, "send");
 
        _amp.reset (new Amp (_session));
        _meter.reset (new PeakMeter (_session, name()));