Fixing merge issue.

--HG--
branch : 1.x
This commit is contained in:
Suha Can
2011-03-26 13:17:15 -07:00
parent e44343ef3c
commit aecf79781b

View File

@@ -51,7 +51,5 @@ namespace Orchard.Indexing.Services {
CreateTask(contentItem, IndexingTaskRecord.Delete);
Logger.Information("Deleting index task created for [{0}:{1}]", contentItem.ContentType, contentItem.Id);
}
_repository.Flush();
}
}