Skip to content

Commit

Permalink
Update player.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gatecrasher777 authored Sep 29, 2024
1 parent efd344e commit 52a7f4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ class Player extends Model {
fname = this.data.charAt(nstart) + fname;
nstart--;
}
console.log(clue);
console.log(fname);
ffunc = `${fname}=function(a)`;
ffunc = `var ${ut.traverse(this.data, ffunc)}`;
ffunc = `${ffunc};return ${fname}(ytcogncode);`;
Expand Down

0 comments on commit 52a7f4e

Please sign in to comment.