Skip to content

Commit

Permalink
#101 added logger output
Browse files Browse the repository at this point in the history
  • Loading branch information
sholzer committed Jun 27, 2016
1 parent fcec390 commit f2eaac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CitizenApplication/app/pages/request-stop/request-stop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class RequestStopPage {

submit() {
// TODO: validation - add method validate to the ViewRequest class.
this.logger.debug('Passing request ' + JSON.stringify(this.requestObj));
this.model_access.makeRequest(this.requestObj);
this.dismiss();
}
Expand Down
6 changes: 3 additions & 3 deletions CitizenApplication/www/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ window.citizenConfig = {
log_pretty_print: true,
},
version: {
build_number: '#TRAVIS_BUILD_NUMBER#',
commit: '#TRAVIS_COMMIT#',
release: false
build_number: 'localBuild',
commit: 'localBuild',
release: undefined
}
}

0 comments on commit f2eaac7

Please sign in to comment.