Skip to content

Commit

Permalink
pts-core: Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Dec 3, 2019
1 parent 5b64184 commit d21daad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pts-core/objects/client/pts_client.php
Expand Up @@ -1869,7 +1869,6 @@ public static function display_result_view($result_file, $auto_open = false, $pr
$result_file = new pts_result_file($result_file);
}

echo 'xxx' . pts_network::http_get_contents('http://localhost:' . pts_client::$web_result_viewer_active . '/index.php?PTS', false, false, false, false, 2);
if(!phodevi::is_display_server_active())
{
$prompt_text = !empty($prompt_text) ? $prompt_text : 'Do you want to view the test results?';
Expand Down

0 comments on commit d21daad

Please sign in to comment.