diff options
author | Jacek Złydach <[email protected]> | 2022-01-21 14:45:34 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-21 14:45:34 +0100 |
commit | f1e1769d97e4f44d7336839db587b0acbb918d99 (patch) | |
tree | baf1e38f7b56df98b75a7cdbafdc3eafddec19e3 /org-roam-ui.el | |
parent | 5ecd418060bf606924ac86faa1aa4036d4c785fb (diff) |
Remove superfluous debug message (#205)
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index 165e5ed..abbfe61 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -584,7 +584,6 @@ from all other links." org-attach-id-dir (expand-file-name ".attach/" org-directory))) (sub-dirs (org-roam-ui-find-subdirectories))) - (message "im doing something") (websocket-send-text org-roam-ui-ws-socket (json-encode `((type . "variables") |