summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-05 17:21:12 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-05 17:21:12 -0500
commit79577f7d35ba8cff9ba7a1f97d8bae8bab1b001f (patch)
treeacd762c687a982d74a3a6f27b5e8d7523994c8be /base
parent6e14fd63cf74c50898e68dee8398fa3222fb2ec5 (diff)
downloadfedora-devshell-79577f7d35ba8cff9ba7a1f97d8bae8bab1b001f.tar.gz
fedora-devshell-79577f7d35ba8cff9ba7a1f97d8bae8bab1b001f.tar.xz
fedora-devshell-79577f7d35ba8cff9ba7a1f97d8bae8bab1b001f.zip
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
Diffstat (limited to 'base')
-rw-r--r--base/base.py1
1 files changed, 0 insertions, 1 deletions
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