remove debug output
This commit is contained in:
parent
2797ea9666
commit
9e071f70d7
@ -1625,11 +1625,8 @@ MidiRegionView::add_ghost (TimeAxisView& tv)
|
||||
MidiGhostRegion* ghost;
|
||||
|
||||
if (mtv && mtv->midi_view()) {
|
||||
std::cerr << "AG#1\n";
|
||||
return 0;
|
||||
} else {
|
||||
std::cerr << "AG#2\n";
|
||||
PBD::stacktrace (std::cerr, 35);
|
||||
ghost = new MidiGhostRegion (*this, tv, trackview, unit_position);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user