Skip to content

Commit

Permalink
refactor logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Feb 18, 2018
1 parent a04f5dd commit a5acb42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transport/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ try {
configRoot = getConfigRoot();
} catch (ex) {
console.log(ex.message);
// tslint:disable-next-line:max-line-length
console.log(`[ERROR] config.json was not found. The location of config.json has been changed from ./src to ./ since v2.3.0.
[ERROR] 設定ファイルconfig.jsonが見つかりませんでした。v2.3.0から設定ファイルの場所が./src/config.jsonから./config.jsonに変更されました。`);
}

// console output
Expand Down

0 comments on commit a5acb42

Please sign in to comment.