diff options
Diffstat (limited to 'src/quotes.cc')
-rw-r--r-- | src/quotes.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quotes.cc b/src/quotes.cc index 797e6dd5..7f41e4ff 100644 --- a/src/quotes.cc +++ b/src/quotes.cc @@ -101,9 +101,6 @@ commodity_quote_from_script(commodity_t& commodity, exchange_commodity->symbol() : "''") << "\")"); // Don't try to download this commodity again. - - // jww (2009-06-24): This flag should be removed in order to try again - // when using a GUI. commodity.add_flags(COMMODITY_NOMARKET); } return none; |