Remove logging code.

This commit is contained in:
Christian Speckner 2024-06-02 19:27:11 +02:00
parent febf9122f5
commit befae165ae
1 changed files with 0 additions and 7 deletions

View File

@ -39,13 +39,6 @@ jobs:
../configure && make -j3 && sudo make install
- name: Build Stella
run: |
gcc --version
clang++ --version
g++ --version
which gcc
which g++
sw_vers
arch
./configure && make -j3 all
windows: