소스 검색

Removed debug statement

E.Cannon 7 년 전
부모
커밋
5ccbb2d906
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      theme/blast_report.tpl.php

+ 0 - 1
theme/blast_report.tpl.php

@@ -111,7 +111,6 @@ $no_hits = TRUE;
                 . DIRECTORY_SEPARATOR . $cvitjs_location
                 . DIRECTORY_SEPARATOR . 'js'
                 . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR;
-echo "Base path for CViTjs is [$base]<br>";
         drupal_add_css($base.'bootstrap/css/bootstrap.min.css',array('preprocess'=>FALSE));
         drupal_add_css($base.'hopscotch/css/hopscotch.min.css',array('preprocess'=>FALSE));
         drupal_add_css($base.'../../css/cvit.css',array('preprocess'=> FALSE));