Skip to content

Commit

Permalink
remove superflous @show
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Nov 4, 2023
1 parent e67bbc4 commit bf962ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LAMMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ end

function check(lmp::LMP)
err = API.lammps_has_error(lmp)
@show err
if err != 0
# TODO: Check err == 1 or err == 2 (MPI)
buf = zeros(UInt8, 100)
Expand Down

0 comments on commit bf962ef

Please sign in to comment.