Skip to content

Commit

Permalink
launch test
Browse files Browse the repository at this point in the history
  • Loading branch information
Default Username authored and root committed Jan 27, 2012
1 parent f3e2e06 commit 05a8d8a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app.js
Expand Up @@ -22,13 +22,6 @@ if(teamID == thisAppDirName) {
teamID = "Sandbox";
}

/*
var haibuClient = new haibu.drone.Client({
host: 'localhost',
port: 9002
});
*/

var localFileIsMostRecent = []; // an array of flags indicating if the file has been modified since last save.
var nowjs = require("now");
var everyone = nowjs.initialize(app);
Expand Down Expand Up @@ -536,6 +529,9 @@ function localProjectDeploy(userObj, deployerCallback){

console.log("DEPLOYMENT PLACEHOLDER: " + projectName);

var launchURL = "http://"+userObj.teamID+".chaoscollective.org/";
deployerCallback(null, launchURL);

/*
var haibuApp = {
"user": team,
Expand Down

0 comments on commit 05a8d8a

Please sign in to comment.