Skip to content

Commit c0ce293

Browse files
committed
Typo fix
1 parent 6754dfb commit c0ce293

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/Plugins/SmartStore.GoogleMerchantCenter/Data/GoogleProductObjectContext.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010

1111
namespace SmartStore.GoogleMerchantCenter.Data
1212
{
13-
/// <summary>
14-
/// Object context
15-
/// </summary>
13+
1614
public class GoogleProductObjectContext : ObjectContextBase
1715
{
1816
public const string ALIASKEY = "sm_object_context_google_product";
@@ -43,9 +41,6 @@ public GoogleProductObjectContext(string nameOrConnectionString)
4341
protected override void OnModelCreating(DbModelBuilder modelBuilder)
4442
{
4543
modelBuilder.Configurations.Add(new GoogleProductRecordMap());
46-
47-
//disable EdmMetadata generation
48-
//modelBuilder.Conventions.Remove<IncludeMetadataConvention>();
4944
base.OnModelCreating(modelBuilder);
5045
}
5146

src/Presentation/SmartStore.Web/Administration/Controllers/OrderController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.IO;
44
using System.Linq;
5-
using System.Net.Mime;
65
using System.Web.Mvc;
76
using System.Web.Routing;
87
using SmartStore.Admin.Models.Orders;

0 commit comments

Comments
 (0)