Skip to content

Commit f00c5c2

Browse files
committed
removed debug message
1 parent b70e1ee commit f00c5c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/checkstyle/Checker.hx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ class Checker {
212212
getTokenTree();
213213
excludesRanges = ExcludeManager.INSTANCE.getPosExcludes(this);
214214
}
215-
catch (e:haxe.Exception) {
216-
trace(e.details());
215+
catch (e:Any) {
217216
ErrorUtils.handleException(e, file, "createContext");
218217
return false;
219218
}

0 commit comments

Comments
 (0)