Skip to content

Commit

Permalink
Remove testing output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbarry committed Nov 25, 2024
1 parent ada4b0e commit b94f664
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 185 deletions.
44 changes: 0 additions & 44 deletions outputD1.txt

This file was deleted.

44 changes: 0 additions & 44 deletions outputD2.txt

This file was deleted.

7 changes: 0 additions & 7 deletions src/gamemanager/pseudolegal_moves/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ pub mod pawns;
pub mod queens;
pub mod rooks;

pub use bishops::pseudolegal_bishop_moves;
pub use kings::pseudolegal_king_moves;
pub use knights::pseudolegal_knight_moves;
pub use pawns::pseudolegal_pawn_moves;
pub use queens::pseudolegal_queen_moves;
pub use rooks::pseudolegal_rook_moves;

use crate::{
bitboard::BitBoard,
gamemanager::GameManager,
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ fn main() {
// )
// );
}

ucimanager::communicate();
}

#[cfg(test)]
Expand Down
44 changes: 0 additions & 44 deletions stockfishOutput.txt

This file was deleted.

44 changes: 0 additions & 44 deletions stockfishOutputD2.txt

This file was deleted.

0 comments on commit b94f664

Please sign in to comment.