Skip to content

Commit d3bddc6

Browse files
committed
Removed debugging message in the dictionary lookup.
1 parent bda1a92 commit d3bddc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared_ispell.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ void init_shared_dict(DictInfo * info, char * dictFile, char * affFile, char * s
335335

336336
/* load the dictionary / affixes if not yet defined */
337337
if (shdict == NULL) {
338-
339-
elog(WARNING, "shdict not found");
340338

341339
dict = (IspellDict *)palloc0(sizeof(IspellDict));
342340

0 commit comments

Comments
 (0)