Mail: remove un-intended debugging code committed

This commit is contained in:
Philippe Saint-Pierre 2012-12-25 14:43:02 -05:00
parent 5eea8a566d
commit 9abf41a7fe
1 changed files with 0 additions and 6 deletions

View File

@ -3291,9 +3291,6 @@ TTextView::Undo(BClipboard */*clipboard*/)
char *text;
status_t status;
printf("UNDO------\n");
fUndoBuffer.PrintToStream();
status = fUndoBuffer.Undo(&text, &length, &offset, &history, &cursorPos);
if (status == B_OK) {
fUndoBuffer.Off();
@ -3344,9 +3341,6 @@ TTextView::Redo()
status_t status;
bool replaced;
printf("REDO------\n");
fUndoBuffer.PrintToStream();
status = fUndoBuffer.Redo(&text, &length, &offset, &history, &cursorPos, &replaced);
if (status == B_OK) {
fUndoBuffer.Off();