--- /home/franz/ideaal/repos/vnoronha/trunk/sites/all/modules/contrib/ucreate/ucreate.module	2010-09-05 15:05:27.000000000 -0300
+++ ucreate.module	2010-07-14 11:49:51.000000000 -0300
@@ -171,9 +171,6 @@
     '#weight' => 20,
     );
   $form['#redirect'] = $_GET['q'];
-  if (module_exists('profile')) {
-    $form['profile'] = profile_form_profile(array(), array(), NULL, TRUE);
-  }
   return $form;
 }
 
