Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 867956c

Browse files
committed
removed reference to old DefaultDocTypeGridEditorSurfaceControllerResolver
1 parent e843dfe commit 867956c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Our.Umbraco.DocTypeGridEditor/Bootstrap.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ public class Bootstrap : IUserComposer
1111
{
1212
public void Compose(Composition composition)
1313
{
14-
// TODO: What is this for?
15-
//if (DefaultDocTypeGridEditorSurfaceControllerResolver.HasCurrent == false)
16-
//{
17-
// DefaultDocTypeGridEditorSurfaceControllerResolver.Current = new DefaultDocTypeGridEditorSurfaceControllerResolver();
18-
//}
19-
2014
DataTypeCacheRefresher.CacheUpdated += (sender, e) =>
2115
{
2216
if (e.MessageType == MessageType.RefreshByJson)

0 commit comments

Comments
 (0)