Skip to content

Commit 4a7605f

Browse files
committed
Merge pull request couchbaselabs#12 from couchbaselabs/ref-global
Remove ClusterHelper initialization from Global.asax
2 parents 9e85d8f + c6bc397 commit 4a7605f

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)