Mercurial > hg > orthanc-stone
changeset 666:daf43666bbc2
removed printf override for printf, keep it bare to metal
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 15 May 2019 15:42:49 +0200 |
parents | 419e5662d7a5 |
children | 6e13c7f98168 5dd496343fad |
files | Platforms/Wasm/stone-framework-loader.ts |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Platforms/Wasm/stone-framework-loader.ts Wed May 15 12:28:58 2019 +0200 +++ b/Platforms/Wasm/stone-framework-loader.ts Wed May 15 15:42:49 2019 +0200 @@ -81,12 +81,6 @@ callback(); } ], - print: function(text : string) { - Logger.defaultLogger.infoFromCpp(text); - }, - printErr: function(text : string) { - Logger.defaultLogger.errorFromCpp(text); - }, totalDependencies: 0 };