Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Jun 6, 2024
1 parent 988d313 commit b5dd3e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "lustre_hash_state"
version = "0.0.7"
version = "0.0.8"
target = "javascript"
repository = { type = "github", user = "jshawl", repo = "lustre_hash_state" }
description = "lustre effects for maintaining application state in the hash fragment"
Expand Down
3 changes: 0 additions & 3 deletions src/lustre_hash_state.gleam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import gleam/bit_array
import gleam/dict
import gleam/io
import gleam/list
import gleam/result
import gleam/string
Expand Down Expand Up @@ -75,8 +74,6 @@ pub fn stringify_hash(dct: dict.Dict(String, String)) -> String {
/// })
/// ```
pub fn init(msg: fn(String, String) -> msg) -> effect.Effect(msg) {
io.debug("the msg is:")
io.debug(msg)
use dispatch <- effect.from
use hash <- listen
parse_hash(hash |> string.drop_left(1))
Expand Down

0 comments on commit b5dd3e4

Please sign in to comment.