Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jan 9, 2020
1 parent 1ae7756 commit de8a928
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/features/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ ${topLevelContractsText}`;
}

async umlContractsOutline(contractObjects) {
const ENABLE_ACTORS = false;

const stateMutabilityToIcon = {
view:"🔍",
pure:"🔍",
Expand Down Expand Up @@ -614,7 +612,6 @@ ${Object.values(contractObj.functions).reduce((umlFuncTxt, funcObj) => {
} // no _<name> dupes
return true;
});
console.error(actors);

content += `
' -- actors --
Expand Down

0 comments on commit de8a928

Please sign in to comment.