~phablet-team/media-hub/fix-1506953

« back to all changes in this revision

Viewing changes to src/core/media/track_list_stub.cpp

  • Committer: Jim Hodapp
  • Date: 2016-07-19 21:22:18 UTC
  • Revision ID: jim.hodapp@canonical.com-20160719212218-pqeexxk39x6jby5l
Get rid of unnecessary debug statements

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
        const core::dbus::Object::Ptr& object)
183
183
    : d(new Private(this, parent, object))
184
184
{
185
 
    MH_TRACE("");
186
185
}
187
186
 
188
187
media::TrackListStub::~TrackListStub()
189
188
{
190
 
    MH_TRACE("");
191
189
}
192
190
 
193
191
const core::Property<bool>& media::TrackListStub::can_edit_tracks() const