Skip to content

Commit

Permalink
Mail: remove un-intended debugging code committed
Browse files Browse the repository at this point in the history
  • Loading branch information
stpere committed Dec 25, 2012
1 parent 5eea8a5 commit 9abf41a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/apps/mail/Content.cpp
Expand Up @@ -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();
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 9abf41a

Please sign in to comment.