diff options
Diffstat (limited to 'Applications')
-rw-r--r-- | Applications/Debugger/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Applications/Debugger/main.cpp b/Applications/Debugger/main.cpp index 52c1abd1e3..3a9fca85ba 100644 --- a/Applications/Debugger/main.cpp +++ b/Applications/Debugger/main.cpp @@ -186,8 +186,6 @@ int main(int argc, char** argv) if (argc == 1) return usage(); - editor.initialize(); - StringBuilder command; command.append(argv[1]); for (int i = 2; i < argc; ++i) { |