Removed debug leftover

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2007-08-17 09:57:28 +00:00
parent f3342f281b
commit 8906492142
+1 -1
View File
@@ -330,7 +330,7 @@ TermView::~TermView()
{ {
Shell *shell = fShell; Shell *shell = fShell;
// _DetachShell sets fShell to NULL // _DetachShell sets fShell to NULL
printf("TermView::~TermView()\n");
_DetachShell(); _DetachShell();
delete fTextBuffer; delete fTextBuffer;