Skip to content

Commit

Permalink
[cleanup] remove unnecessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb0o committed Feb 26, 2021
1 parent 0ba87fb commit 0d3b615
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ if (settings) {

// cleanup exported project
cleanUpProject(exportProjectDir);
for (let p in FLfile) {
fl.trace("FLfile." + p);
}

invoke("compress", {
source: exportProjectDir,
destination: exportProjectArchive
Expand Down

0 comments on commit 0d3b615

Please sign in to comment.