emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/typescript-mode 62e0366b46 181/222: Remove debugging code


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 62e0366b46 181/222: Remove debugging code
Date: Sun, 6 Feb 2022 16:59:30 -0500 (EST)

branch: elpa/typescript-mode
commit 62e0366b4602c3c19cee9128b298f6b300b07a12
Author: Jason Dufair <jase@dufair.org>
Commit: GitHub <noreply@github.com>

    Remove debugging code
    
    Modeline is all about "test" right now :-)
---
 typescript-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 82ae817610..fa9ed24189 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -1414,7 +1414,6 @@ LIMIT defaults to point."
 
 (defun typescript--end-of-defun-nested ()
   "Helper function for `typescript-end-of-defun'."
-  (message "test")
   (let* (pitem
          (this-end (save-excursion
                      (and (setq pitem (typescript--beginning-of-defun-nested))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]