Remove logging statement

This commit is contained in:
yamadapc 2016-06-20 14:31:49 -03:00
parent e86e10d343
commit c5a390d7fc

View File

@ -3,7 +3,6 @@ const ghcjsRequire = require('ghcjs-require');
require.extensions['.hs'] = function(module, fp) {
const jsexePath = path.join(path.dirname(fp), path.basename(fp, '.hs') + '.jsexe');
console.log(jsexePath);
return module._compile(
ghcjsRequire.generateWrapper(jsexePath),
fp