From 139aa204009eee0a692efe9a0be28e50e2632967 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 17 Feb 2010 17:23:17 +0000 Subject: more sample updates --- (limited to 'talogo.py') diff --git a/talogo.py b/talogo.py index 41f76b7..4678c01 100644 --- a/talogo.py +++ b/talogo.py @@ -678,16 +678,16 @@ class LogoCode: self.arglist.append(self.iresult) if self.cfun.rprim: if type(self.cfun.fcn) == self.listtype: - print "evalsym rprim list: ", token + # print "evalsym rprim list: ", token self.icall(self.ufuncall, self.cfun.fcn) yield True else: - print "evalsym rprim: ", token + # print "evalsym rprim: ", token self.icall(self.cfun.fcn, *self.arglist) yield True result = None else: - print "evalsym: ", token + # print "evalsym: ", token result = self.cfun.fcn(self, *self.arglist) self.cfun, self.arglist = oldcfun, oldarglist if self.arglist is not None and result == None: -- cgit v0.9.1