summaryrefslogtreecommitdiffstats
path: root/src/netbeans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netbeans.c')
-rw-r--r--src/netbeans.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/netbeans.c b/src/netbeans.c
index e49797a322..7c2ab42b9b 100644
--- a/src/netbeans.c
+++ b/src/netbeans.c
@@ -1509,9 +1509,7 @@ nb_do_cmd(
long savedChars = atol((char *)args);
if (buf == NULL || buf->bufp == NULL)
- {
nbdebug((" invalid buffer identifier in saveDone\n"));
- }
else
print_save_msg(buf, savedChars);
/* =====================================================================*/
@@ -1990,9 +1988,7 @@ nb_do_cmd(
args = (char_u *)cp;
# ifdef NBDEBUG
if (vim_ignored != -1)
- {
nbdebug((" partial line annotation -- Not Yet Implemented!\n"));
- }
# endif
if (serNum >= GUARDEDOFFSET)
{