From: Ian Jackson Date: Sat, 10 Jul 2021 12:11:03 +0000 (+0100) Subject: jstest: lower: comment out byhand version, for clutter reasons X-Git-Tag: otter-0.7.2~171 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=37ffcda3ae7c927d07f4f479b56d5f8b8e6eb6cc;p=otter.git jstest: lower: comment out byhand version, for clutter reasons Signed-off-by: Ian Jackson --- diff --git a/jstest/lower.nodejs b/jstest/lower.nodejs index d69f4728..8a297389 100644 --- a/jstest/lower.nodejs +++ b/jstest/lower.nodejs @@ -21,6 +21,9 @@ function api_piece(op, piece, p, args) { } +/* +console.log('-------------------- byhand --------------------'); + jstest_did = fs.openSync("byhand.did", 'w'); pieces = { @@ -58,3 +61,4 @@ lower_targets(uorecord); fs.closeSync(jstest_did); jstest_did = -1; +*/