Skip to content

Commit b98ee65

Browse files
committed
remove debug message box
1 parent 32ba50d commit b98ee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdc/abothe/VDServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public void IsBinaryOperator(string filename, uint startLine, uint startIndex, u
275275
if (!_modules.TryGetValue(filename, out ast))
276276
throw new COMException("module not found", 1);
277277

278-
MessageBox.Show("IsBinaryOperator()");
278+
//MessageBox.Show("IsBinaryOperator()");
279279
throw new NotImplementedException();
280280
}
281281
public void GetParseErrors(string filename, out string errors)

0 commit comments

Comments
 (0)