Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Mar 18, 2024
1 parent 387c4ab commit 1bc7dc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/pyjs/pre_js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ Module['init_phase_1'] = async function(prefix, python_version) {
return this.py_apply(args)
};

// Module['pyobject'].prototype.toString = function(...args) {
// return this.py_apply(args)
// };

Module['pyobject'].prototype.py_apply = function(args, kwargs) {

if (args === undefined) {
Expand Down

0 comments on commit 1bc7dc8

Please sign in to comment.