src/Palete/CompletionProvider.vala
authorAlan <alan@roojs.com>
Fri, 9 Feb 2024 06:18:00 +0000 (14:18 +0800)
committerAlan <alan@roojs.com>
Fri, 9 Feb 2024 06:18:00 +0000 (14:18 +0800)
src/Palete/CompletionProvider.vala

index bcd70c9..261c334 100644 (file)
@@ -39,7 +39,7 @@ namespace Palete {
                        if (this.in_populate) {
                                return false;
                        }
-                       //GLib.debug("should trigger? %c", (int) ch);
+                        GLib.debug("should trigger? %c", (int) ch);
                        
                        
                        return true;