Skip to content

Commit

Permalink
removed unnecessary lines
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Pullara <spullara@yahoo.com>
  • Loading branch information
sh1mmer authored and spullara committed May 12, 2009
1 parent 63e44f4 commit ed5f757
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ymsgr/ymsgr_status.xml
Expand Up @@ -12,12 +12,8 @@
<key id='u' type='xs:string' paramType='query' required="true" />
</inputs>
<execute><![CDATA[
url = request.url;
var myReq = y.rest(url);
//get plain text back from OPI endpoint
rawStatus = myReq.get().response;
rawStatus = request.get().response;
//check if users is not offline
if (!rawStatus.match("NOT ONLINE")) {
Expand Down

0 comments on commit ed5f757

Please sign in to comment.