Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Edit canadarm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Plata committed Mar 16, 2017
1 parent 1b9ebcc commit 482ccfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/load_fhir_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ window.ASCVDRisk = window.ASCVDRisk || {};
ASCVDRisk.setDefaultPatient = setDefaultPatient;

/**
* Initiate Canadarm logging for the application to output on the console and log specified
* Initiates the Canadarm logging tool to output logs to the console and
* the URL specified in the config.js file (root directory).
* Initializer function for Canadarm Logger.
* Initiates the Canadarm logging tool to output logs to the console.
* See further functionality for Canadarm at: https://github.com/cerner/canadarm
*/
const initializeLogger = () => {
Canadarm.init({
onError: false,
onError: true,
wrapEvents: false,
logLevel: Canadarm.level.INFO,
appenders: [
Expand Down
3 changes: 0 additions & 3 deletions app/polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ if (!Array.prototype.find) {

if (typeof Object.assign !== 'function') {
Object.assign = function (target, varArgs) {
// .length of function is 2


if (target == null) { // TypeError if undefined or null
throw new TypeError('Cannot convert undefined or null to object');
}
Expand Down

0 comments on commit 482ccfc

Please sign in to comment.