Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/MMapArea.py
diff options
context:
space:
mode:
authormatthias.vogelgesang <matthias.vogelgesang@8f060a39-251c-0410-b1f3-431655927647>2008-04-11 14:19:16 (GMT)
committer matthias.vogelgesang <matthias.vogelgesang@8f060a39-251c-0410-b1f3-431655927647>2008-04-11 14:19:16 (GMT)
commit9f2388ae895882f2ebb367f8a88eab8d55fe1268 (patch)
tree25b83d3a98504b82e0cdbaf7dd58112db6a08e82 /src/MMapArea.py
parent75a78880f58654ff2c1bb7cc3f4152e951046bcf (diff)
msg
git-svn-id: http://labyrinth.googlecode.com/svn/trunk@315 8f060a39-251c-0410-b1f3-431655927647
Diffstat (limited to 'src/MMapArea.py')
-rw-r--r--src/MMapArea.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MMapArea.py b/src/MMapArea.py
index fe5d9c4..e19f065 100644
--- a/src/MMapArea.py
+++ b/src/MMapArea.py
@@ -1119,7 +1119,6 @@ class MMapArea (gtk.DrawingArea):
thought.model_iter = self.tree_model.insert_after(l.parent.model_iter, None, [thought.text])
return
- print 'here'
thought.model_iter = self.tree_model.append(self.tree_model.get_iter_root(), [thought.text])
def recursively_add_thoughts(self, parent, it):