Skip to content

Commit c6bc397

Browse files
committed
Remove ClusterHelper initialization from Global.asax
1 parent 4fc96c5 commit c6bc397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CouchbaseAspNetSample/Global.asax.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public static void RegisterRoutes(RouteCollection routes)
2929

3030
protected void Application_Start()
3131
{
32-
ClusterHelper.Initialize("couchbase-caching");
3332
AreaRegistration.RegisterAllAreas();
3433

3534
RegisterGlobalFilters(GlobalFilters.Filters);

0 commit comments

Comments
 (0)