remove test thing

This commit is contained in:
Shannon
2016-06-21 21:09:41 +02:00
parent b8c88139e1
commit 740c3e770a

View File

@@ -19,9 +19,7 @@ namespace Umbraco.Core.Models
private string _value;
//note: this will be memberwise cloned
private int _languageId;
private Lazy<Guid> TESTID = new Lazy<Guid>(() => Guid.NewGuid());
public DictionaryTranslation(ILanguage language, string value)
{
if (language == null) throw new ArgumentNullException("language");