Remove the test build starter as it no longer works.

This commit is contained in:
yackob03 2013-10-27 16:01:14 -04:00
parent 0ff19d5401
commit 3026f83c2c
2 changed files with 0 additions and 13 deletions

View file

@ -46,8 +46,3 @@ def generate_random_build_status():
response.update(phases[phase])
return jsonify(response)
@app.route('/test/build', methods=['GET'])
def create_build():
return send_file('templates/testbuild.html')