Skip to content

Commit

Permalink
Remove some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Dec 3, 2023
1 parent 1a86e18 commit 5f8782f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/word-bonus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import { now_in_game } from "./clock";
import { ActiveWordBonus, CoreState } from "./state";

export function mkActiveWordBonus(state: CoreState, p_in_world_int: Point): { wordBonus: ActiveWordBonus, state: CoreState } {

const { state: state1, word } = getNextWord(state);
console.log(word);
return {
wordBonus: {
activation_time_in_game: now_in_game(state.game_from_clock),
Expand Down

0 comments on commit 5f8782f

Please sign in to comment.