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
This commit is contained in:
valeski%netscape.com
2001-01-02 23:20:56 +00:00
parent 3488b17bb7
commit e4aa16de1a
2 changed files with 0 additions and 2 deletions

View File

@@ -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;
}
}