U4-7 - Finish logging refactor

This commit is contained in:
Sebastiaan Janssen
2012-12-26 11:59:51 -01:00
parent e867f89ba2
commit 16289b8f2d
32 changed files with 84 additions and 206 deletions

View File

@@ -348,12 +348,6 @@ namespace umbraco.editorControls.tinyMCE3
if (parsedString.StartsWith("<div>") && parsedString.EndsWith("</div>"))
parsedString = parsedString.Substring("<div>".Length, parsedString.Length - "<div></div>".Length);
}
else
{
// TODO
// How to log errors? _data.NodeId does not exist?
//BusinessLogic.Log.Add(BusinessLogic.LogTypes.Error, BusinessLogic.User.GetUser(0), _data.NodeId, "Error tidying txt from property: " + _data.PropertyId.ToString());
}
}
// rescue umbraco tags