Skip to content

Commit

Permalink
remove spurious println
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Nov 19, 2024
1 parent 7537377 commit b1ddaf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ACTRModels"
uuid = "c095b0ea-a6ca-5cbd-afed-dbab2e976880"
authors = ["itsdfish"]
version = "0.13.3"
version = "0.13.4"

[deps]
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Expand Down
1 change: 0 additions & 1 deletion src/MemoryFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,6 @@ function blend_slots(
n_unique = length(u_values)
vals = zeros(n_unique)
dissm_func = actr.parms.dissim_func
println("values $values")
for i 1:n_unique
v = 0.0
for j 1:n_vals
Expand Down

0 comments on commit b1ddaf7

Please sign in to comment.