[vscode] refactor some things

This commit is contained in:
2021-04-02 19:03:47 -06:00
parent 84d1a6877e
commit 191aed1849
4 changed files with 7 additions and 9 deletions

View File

@@ -259,7 +259,6 @@ class Prelude {
return f;
}
// TODO Kiss-Vscode should overload print with infoMessage()
public static dynamic function print<T>(v:T):T {
#if (sys || hxnodejs)
Sys.println(v);