]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removing debug output.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Jun 2010 20:18:37 +0000 (20:18 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Jun 2010 20:18:37 +0000 (20:18 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6403 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/embed/views/default/embed/embed.php

index ee2bde0069af1383d24420a18eba2f576b24dc62..b071eef0f6de28ab49b89948b4b968ecde86dbe7 100644 (file)
@@ -75,11 +75,11 @@ if (!$sections) {
                } elseif ($embed_info = trigger_plugin_hook('embed_get_items', $active_section, $params, array('items' => array(), 'count' => 0))) {
                        // check if we have an override for this section type.
                        $view = "embed/$active_section/item/$layout";
-var_dump($view);
+                       
                        if (!elgg_view_exists($view)) {
                                $view = "embed/item/$layout";
                        }
-var_dump($view);
+
                        // pull out some common tests
                        // embed requires ECML, but until we have plugin deps working
                        // we need to explicitly check and use a fallback.
@@ -144,4 +144,4 @@ $(document).ready(function() {
        $('.pagination_previous').click(elggPaginationClick);
 });
 
-</script>
\ No newline at end of file
+</script>