Skip to content

Commit

Permalink
Reverse redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
varkumaradobe committed Jul 3, 2024
1 parent 4a9d664 commit 600358c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ namespace ElectronicSeal
Stream outputStream = File.OpenWrite(Directory.GetCurrentDirectory() + outputFilePath);
streamAsset.Stream.CopyTo(outputStream);
outputStream.Close();

Console.WriteLine("Saving asset at " + Directory.GetCurrentDirectory() + outputFilePath);
}
catch (ServiceUsageException ex)
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 600358c

Please sign in to comment.