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
2 changed files with 2 additions and 6 deletions

View File

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