From d4008c99b36a668d3c687cc7ad5264de21f50c48 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Wed, 17 Apr 2013 13:55:20 +1200
Subject: [PATCH] Removing debug [ci skip]

---
 tests/PHPUnit/Plugins/SEOTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/PHPUnit/Plugins/SEOTest.php b/tests/PHPUnit/Plugins/SEOTest.php
index d96efcbe9c..ff31b300e9 100644
--- a/tests/PHPUnit/Plugins/SEOTest.php
+++ b/tests/PHPUnit/Plugins/SEOTest.php
@@ -41,7 +41,6 @@ class SEOTest extends PHPUnit_Framework_TestCase
         try {
             $dataTable = Piwik_SEO_API::getInstance()->getRank('http://www.microsoft.com/');
         } catch(Exception $e) {
-            echo "SKIPPEd";
             $this->markTestSkipped('A SEO http request failed, Skipping this test for now. Error was: '.$e->getMessage());
         }
         $renderer = Piwik_DataTable_Renderer::factory('php');
-- 
GitLab