Skip to content

Commit 082627f

Browse files
authored
Remove console log for releasing dynlib lock
1 parent ce6a9be commit 082627f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pyjs/pre_js/dynload/dynload.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ async function loadDynlibsFromPackage(
112112
} catch (e) {
113113
throw e;
114114
} finally {
115-
console.log("release dynlib lock");
116115
releaseDynlibLock();
117116
}
118117

0 commit comments

Comments
 (0)