Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vmitchell85 committed Apr 6, 2017
1 parent 45c7569 commit 9c6f497
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/alforge/Term.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,5 @@ public function execute($server_id)
$server = $this->getServerInfo($server_id);

echo $server->ip_address;

// $query = "ssh forge@$server->ip_address";

// exec("osascript -e 'tell application \"Terminal\" to do script \"$query\"'");
// exec("osascript -e 'activate application \"Terminal\"'");
}
}

0 comments on commit 9c6f497

Please sign in to comment.