From e4aa16de1ad74ad63862196b18e4070ffebf52f7 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Tue, 2 Jan 2001 23:20:56 +0000 Subject: [PATCH] r=kin, sr=sfraser. 47207. removal of extraneous (and noisy in embedding builds) printf. git-svn-id: svn://10.0.0.236/trunk@84276 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/nsEditor.cpp | 1 - mozilla/editor/libeditor/base/nsEditor.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/editor/base/nsEditor.cpp b/mozilla/editor/base/nsEditor.cpp index 5983e28c1c8..9c212db54a3 100644 --- a/mozilla/editor/base/nsEditor.cpp +++ b/mozilla/editor/base/nsEditor.cpp @@ -1185,7 +1185,6 @@ nsEditor::EnableUndo(PRBool aEnable) nsnull, NS_GET_IID(nsITransactionManager), getter_AddRefs(mTxnMgr)); if (NS_FAILED(result) || !mTxnMgr) { - printf("ERROR: Failed to get TransactionManager instance.\n"); return NS_ERROR_NOT_AVAILABLE; } } diff --git a/mozilla/editor/libeditor/base/nsEditor.cpp b/mozilla/editor/libeditor/base/nsEditor.cpp index 5983e28c1c8..9c212db54a3 100644 --- a/mozilla/editor/libeditor/base/nsEditor.cpp +++ b/mozilla/editor/libeditor/base/nsEditor.cpp @@ -1185,7 +1185,6 @@ nsEditor::EnableUndo(PRBool aEnable) nsnull, NS_GET_IID(nsITransactionManager), getter_AddRefs(mTxnMgr)); if (NS_FAILED(result) || !mTxnMgr) { - printf("ERROR: Failed to get TransactionManager instance.\n"); return NS_ERROR_NOT_AVAILABLE; } }