Commit 4b86e417 authored by Chris Wacek's avatar Chris Wacek
Browse files

Fixed some debugging things that shouldn't be there

parent a9f525ff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -174,5 +174,4 @@ def result():
if __name__ == '__main__':
    # Bind to PORT if defined, otherwise default to 5000.
    port = int(os.environ.get('PORT', 5000))
    app.debug=True
    app.run(host='0.0.0.0', port=port, debug=True)
    app.run(host='0.0.0.0', port=port)
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@
          <div class="form-actions">
            <button  class="btn btn-primary" ng-click="request()">Submit</button>
            <button class="btn" ng-click="reset()">Reset</button>
            <span>{{state}}</span>
          </div>
        </fieldset>
      </form>