diff --git a/README.md b/README.md index ba5c5b2de..4e2d2abef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ documentation, demonstration movies, and you'll find all the details at: http://taskwarrior.org -At the site you'll find a wiki, discussion forums, downloads, news and more. +At the site you'll find online documentation, downloads, news and more. Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your @@ -33,7 +33,8 @@ Please send your code patches to: support@taskwarrior.org -Consider joining taskwarrior.org and participating in the future of taskwarrior. +Consider joining bug.tasktools.org, answers.tasktools.org and participating in +the future of taskwarrior. --- diff --git a/src/Task.cpp b/src/Task.cpp index ccf786aa5..21e90395a 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -24,7 +24,7 @@ // //////////////////////////////////////////////////////////////////////////////// -#include // TODO Remove. +//#include #include #include #include diff --git a/src/commands/Command.cpp b/src/commands/Command.cpp index 78a7e44a2..816f9cae7 100644 --- a/src/commands/Command.cpp +++ b/src/commands/Command.cpp @@ -66,7 +66,6 @@ #include #include #include -//#include #include #include #include @@ -139,7 +138,6 @@ void Command::factory (std::map & all) c = new CmdIDs (); all[c->keyword ()] = c; c = new CmdImport (); all[c->keyword ()] = c; c = new CmdInfo (); all[c->keyword ()] = c; -// c = new CmdInstall (); all[c->keyword ()] = c; c = new CmdLog (); all[c->keyword ()] = c; c = new CmdLogo (); all[c->keyword ()] = c; c = new CmdModify (); all[c->keyword ()] = c;