diff --git a/shortcode_embed_contents/theme/node-shortcode--default.tpl.php b/shortcode_embed_contents/theme/node-shortcode--default.tpl.php
index ec2de86929d52284555c92b82470b046f295d206..cf6df007647f9cf5f315cd25c2f5878ed8003315 100644
--- a/shortcode_embed_contents/theme/node-shortcode--default.tpl.php
+++ b/shortcode_embed_contents/theme/node-shortcode--default.tpl.php
@@ -46,11 +46,10 @@
  * @see template_preprocess()
  * @see template_preprocess_node()
  */
-?><h1>hahóóó</h1>
+?>
 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
 
 <?php print $picture ?>
-<h1>shortcode default</h1>
 <?php if (!$page): ?>
   <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
 <?php endif; ?>