From 740c3e770abed4fe234ce5f383c358b190c5704c Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 21 Jun 2016 21:09:41 +0200 Subject: [PATCH] remove test thing --- src/Umbraco.Core/Models/DictionaryTranslation.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Umbraco.Core/Models/DictionaryTranslation.cs b/src/Umbraco.Core/Models/DictionaryTranslation.cs index 0e9a516662..4e5b1c2437 100644 --- a/src/Umbraco.Core/Models/DictionaryTranslation.cs +++ b/src/Umbraco.Core/Models/DictionaryTranslation.cs @@ -19,9 +19,7 @@ namespace Umbraco.Core.Models private string _value; //note: this will be memberwise cloned private int _languageId; - - private Lazy TESTID = new Lazy(() => Guid.NewGuid()); - + public DictionaryTranslation(ILanguage language, string value) { if (language == null) throw new ArgumentNullException("language");