Skip to content

Commit 489c50f

Browse files
authored
Merge pull request #61 from JohanWiltink/main
remove spurious debug print stmt
2 parents 64e1191 + 9951bf2 commit 489c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambda-calculus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function evalLC(term) {
416416
}
417417

418418
// Print an error, with stack trace according to verbosity level
419-
function printStackTrace(error, term, stack) { console.log("printStackTrace",config.verbosity)
419+
function printStackTrace(error, term, stack) {
420420
if ( config.verbosity >= "Concise" )
421421
console.error(`${ error } inside definition of ${ term.defName }`);
422422

0 commit comments

Comments
 (0)