diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 585d44cc5..1e859888f 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -171,15 +171,6 @@ static void uploadFile(const std::string &str, upload->start(); } -impHandler(uploadLog) -{ - uploadFile(_("Uploaded log into:"), - settings.logFileName, - "?txt", - event.tab); - return true; -} - impHandler0(debugSpawn) { int cnt = atoi(event.args.c_str()); |