X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2FPalete%2FCompileError.vala;h=e33935d3979a87d91837e8f4c60a6198d615fdfc;hb=51ba030a987ba20ae5e1fbafb29709de4311e17b;hp=ef8fcea93b83e04bea351048c6edea788b0914d3;hpb=67b4cca903e02417c1802b41c2fd8bb0da45c3e0;p=roobuilder diff --git a/src/Palete/CompileError.vala b/src/Palete/CompileError.vala index ef8fcea93..e33935d39 100644 --- a/src/Palete/CompileError.vala +++ b/src/Palete/CompileError.vala @@ -28,7 +28,7 @@ namespace Palete { this.msg = msg; this.file = file; this.category = category; - + } @@ -39,7 +39,7 @@ namespace Palete { this.line = (int) diag.range.start.line; this.msg = diag.message; this.lines = new GLib.ListStore(typeof(CompileError)); - GLib.debug("new error %s : %d %s %s", file.path, this.line, this.category, this.msg); + //GLib.debug("new error %s : %d %s %s", file.path, this.line, this.category, this.msg);