Skip to content

Commit 0213cb4

Browse files
authored
Merge pull request #82 from martinRenou/non_verbode de
Bootstrap from empack is always verbose
2 parents 066496d + 3898337 commit 0213cb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/pyjs/pre_js/load_pkg.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ Module["bootstrap_from_empack_packed_environment"] = async function
144144
{
145145
try{
146146

147-
verbose=true;
148-
149147
function splitPackages(packages) {
150148
// find package with name "python" and remove it from the list
151149
let python_package = undefined
@@ -322,4 +320,4 @@ Module["bootstrap_from_empack_packed_environment"] = async function
322320
console.log("error in bootstrapping process")
323321
console.error(e);
324322
}
325-
}
323+
}

0 commit comments

Comments
 (0)