Hadrien Croubois 2 years ago
parent
commit
f71bc6899f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      certora/run.js

+ 0 - 1
certora/run.js

@@ -30,7 +30,6 @@ if (specs.length === 0) {
   process.exit(1);
 }
 
-console.table(specs.map(spec => `${spec.contract}:${spec.spec} ${spec.options.join(' ')}`))
 for (const { spec, contract, files, options = [] } of Object.values(specs)) {
   limit(runCertora, spec, contract, files, [...options.flatMap(opt => opt.split(' ')), ...extraOptions]);
 }