← Back to team overview

ufl team mailing list archive

[noreply@xxxxxxxxxxxxx: [Branch ~ufl-core/ufl/main] Rev 1161: Remove what I assume to be debugging output.]

 

Yes... Sorry about that.

--
Anders
--- Begin Message ---
------------------------------------------------------------
revno: 1161
committer: Marie E. Rognes <meg@xxxxxxxxx>
branch nick: ufl
timestamp: Fri 2011-07-01 20:31:12 +0200
message:
  Remove what I assume to be debugging output.
modified:
  ufl/algorithms/formfiles.py


--
lp:ufl
https://code.launchpad.net/~ufl-core/ufl/main

Your team UFL Core Team is subscribed to branch lp:ufl.
To unsubscribe from this branch go to https://code.launchpad.net/~ufl-core/ufl/main/+edit-subscription
=== modified file 'ufl/algorithms/formfiles.py'
--- ufl/algorithms/formfiles.py	2011-07-01 14:28:26 +0000
+++ ufl/algorithms/formfiles.py	2011-07-01 18:31:12 +0000
@@ -155,7 +155,6 @@
             forms += [F_form, J_form]
         # Remove Nones
         forms = [f for f in forms if f is not None]
-        print forms
     ufd.forms = forms
 
     # Validate types


--- End Message ---