mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
remove extra logging
This commit is contained in:
parent
4b606b59d4
commit
190dffd141
@ -34,8 +34,6 @@ if (typeof process === 'object' && typeof require === 'function') { // This is n
|
|||||||
const nodePath = require('path');
|
const nodePath = require('path');
|
||||||
var read = function(file_path) {
|
var read = function(file_path) {
|
||||||
filename = nodePath['normalize'](file_path);
|
filename = nodePath['normalize'](file_path);
|
||||||
console.log(file_path);
|
|
||||||
console.log(filename);
|
|
||||||
return nodeFS['readFileSync'](filename);
|
return nodeFS['readFileSync'](filename);
|
||||||
}
|
}
|
||||||
var print = console.log;
|
var print = console.log;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user