summaryrefslogtreecommitdiff
path: root/editor/actions/load_page.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/load_page.ml')
-rwxr-xr-xeditor/actions/load_page.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/actions/load_page.ml b/editor/actions/load_page.ml
index ceee038..349eaad 100755
--- a/editor/actions/load_page.ml
+++ b/editor/actions/load_page.ml
@@ -5,8 +5,7 @@ module M = struct
let update
: t -> State.t -> State.t
= fun page_id state ->
- let json = State.Storage.load page_id in
- State.load_page page_id state json
+ State.load_page page_id state
end