Skip to content

Commit

Permalink
Don't clean domain folder on full export
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Jul 12, 2019
1 parent cc0c330 commit 87abf3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions uSync8.ContentEdition/Handlers/DomainHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ public DomainHandler(IEntityService entityService,

public override IEnumerable<uSyncAction> ExportAll(string folder, HandlerSettings config, SyncUpdateCallback callback)
{
// we clean the folder out on an export all.
syncFileService.CleanFolder(folder);

var actions = new List<uSyncAction>();

var domains = domainService.GetAll(true).ToList();
Expand Down

0 comments on commit 87abf3b

Please sign in to comment.