From 79577f7d35ba8cff9ba7a1f97d8bae8bab1b001f Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Mon, 5 Jan 2009 17:21:12 -0500 Subject: refactoring for bugfixes turns out that we can't have a property also be an important method in our current method of parsing. also, sourceball is really a package idiom, and belongs there finally, i misnamed something earlier --- base/base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'base') diff --git a/base/base.py b/base/base.py index 4ce3d25..ca3cb8d 100644 --- a/base/base.py +++ b/base/base.py @@ -139,7 +139,6 @@ def do_command(data, top=None): # stack and check if it has the 'bar' attribute. If so, we call # it with any remaining arguments data = deque(data) - log.debug(data) params = [] module = None -- cgit