Mercurial > hg > amuse
changeset 271:5d408226bf0b
remove print statement for debugging
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Fri, 11 Feb 2011 16:56:01 +0000 |
parents | 90827cefc9df |
children | d5ace22748df |
files | implementations/mtp/methods.lisp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/implementations/mtp/methods.lisp Wed Feb 09 17:06:12 2011 +0000 +++ b/implementations/mtp/methods.lisp Fri Feb 11 16:56:01 2011 +0000 @@ -36,7 +36,6 @@ (let ((composition-id (first dbc)) (description (second dbc)) (timebase (third dbc))) - (print (list composition-id description)) ;; for each db-event (do* ((dbes db-events (cdr dbes)) (dbe (car dbes) (car dbes))