Switch to side-by-side view

--- a/Allura/allura/templates/repo/log.html
+++ b/Allura/allura/templates/repo/log.html
@@ -11,7 +11,6 @@
 {% block header %}{{c.app.config.options.mount_label}} Log{% endblock %}
 
 {% block content %}
-  {{ clone_info(c.app.repo) }}
   <br style="clear:both"/>
   {% if log %}
     {{c.log_widget.display(value=log, limit=limit, page=page, count=count)}}