diff --git a/archive.go b/archive.go index 629a2f1..e419b54 100644 --- a/archive.go +++ b/archive.go @@ -135,9 +135,6 @@ func (app app) archiveOldStatsData(ctx context.Context) error { func (app app) archiveStory(ctx context.Context, sc *StorageClient, storyID int) error { - app.logger.Debug("Skipping archiving of story for now", "storyID", storyID) - return nil - filename := fmt.Sprintf("%d.json", storyID) // Check if the file already exists before uploading