Skip to content

Commit

Permalink
removed debug, reset stacktrace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSimons committed Oct 22, 2024
1 parent 8a9fa08 commit 70d8358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Assets/Scripts/Projects/ProjectDataStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ private void WriteProjectAssetToZipFile(LayerAsset layerAsset, ZipOutputStream z
{
var relativePath = layerAsset.Uri.LocalPath.TrimStart('\\', '/');
var absolutePath = Path.Combine(Application.persistentDataPath, relativePath);

Debug.LogError("writing asset: " + layerAsset.Uri +"\t ---- rp:\t" + relativePath + "\t --- ap: " + absolutePath);

var entry = new ZipEntry(relativePath);
zipOutputStream.PutNextEntry(entry);
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70d8358

Please sign in to comment.