Remove some, hmm, "debugging" code :)

Sat, 22 May 2010 20:05:58 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 22 May 2010 20:05:58 +0100
changeset 23
70fc1cb387e1
parent 22
8391b51517df
child 24
5c9d8a65c87d

Remove some, hmm, "debugging" code :)

lvm.js file | annotate | diff | comparison | revisions
--- a/lvm.js	Sat May 22 17:41:17 2010 +0100
+++ b/lvm.js	Sat May 22 20:05:58 2010 +0100
@@ -312,7 +312,6 @@
 				var prototype_id = INS_Bx(instruction);
 				var chunk = this.frame.f.chunk.prototypes[prototype_id];
 				var f = new LFunction(chunk, this.frame.f.environment);
-				f.me = "Yes, it's me!";
 				for(var i=0;i<chunk.numUpvalues;i++)
 				{
 					var upval_instruction = this.frame.f.instructions[this.frame.pc++];

mercurial