fix dmesg duplicate definition issue (#542)

This commit is contained in:
Peli de Halleux 2018-04-25 16:45:26 -04:00 committed by GitHub
parent 8ed79e7133
commit 7c3d499109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -45,8 +45,8 @@
"webfonts-generator": "^0.4.0" "webfonts-generator": "^0.4.0"
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "0.21.3", "pxt-common-packages": "0.21.9",
"pxt-core": "3.10.9" "pxt-core": "3.12.1"
}, },
"scripts": { "scripts": {
"test": "node node_modules/pxt-core/built/pxt.js travis" "test": "node node_modules/pxt-core/built/pxt.js travis"

View File

@ -83,10 +83,6 @@ namespace pxsim.control {
if (!impl) impl = {} if (!impl) impl = {}
return new MMapMethods.MMap(impl, size) return new MMapMethods.MMap(impl, size)
} }
export function dmesg(s: string) {
//console.log("DMESG: " + s)
}
} }
namespace pxsim.output { namespace pxsim.output {