From 757a9a99dd32a964467e4752b8760b479705c4b8 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Fri, 10 Jul 2015 20:56:56 +0200 Subject: [PATCH] Debug--, my bad --- source/rock/middle/VariableAccess.ooc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/rock/middle/VariableAccess.ooc b/source/rock/middle/VariableAccess.ooc index 333f189b..b137b9da 100644 --- a/source/rock/middle/VariableAccess.ooc +++ b/source/rock/middle/VariableAccess.ooc @@ -265,7 +265,6 @@ VariableAccess: class extends Expression { } status := node resolveAccess(this, res, trail) if (status == -1) { - token printMessage("asked to wait while resolving access #{this}, ref = #{ref ? ref toString() : ""}") res wholeAgain(this, "asked to wait while resolving access") return Response OK }