From 6c1dd199b132338a1ef3ffc46af9ef3082e550c8 Mon Sep 17 00:00:00 2001 From: Rupert Hausberger Date: Sun, 23 Dec 2012 19:55:16 +0100 Subject: [PATCH] update 0.7.0 --- sae/disk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sae/disk.js b/sae/disk.js index 6c9a2ef..490bad8 100644 --- a/sae/disk.js +++ b/sae/disk.js @@ -1104,7 +1104,7 @@ function Disk() { } this.update_read_nothing = function(floppybits) { - BUG.info('Disk.update_read_nothing() floppybits %d', floppybits); + //BUG.info('Disk.update_read_nothing() floppybits %d', floppybits); while (floppybits >= get_floppy_speed()) { word <<= 1;