Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

remove redundant create #28

Merged
merged 1 commit into from Oct 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/todolistapp/ToDoService/DataContext.cs
Expand Up @@ -11,8 +11,6 @@ public static class DataContext

static DataContext()
{
ToDoList = new Model.ToDoList("Main List");

// Seed to-do list

ToDoList.Add(Model.ToDoItem.Load("Learn about microservices", 0, true));
Expand Down