diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 41ecae0cc..1fce46f00 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -352,6 +352,7 @@ int CmdShow::execute (std::string& output) #endif // Check for bad values in rc.annotations. + // TODO Reconsider this. std::string annotations = context.config.get ("annotations"); if (annotations != "full" && annotations != "sparse" &&