Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Sep 5, 2024
1 parent a9261ba commit 8d8043b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void Source::GetMatlTrades(
if (shippable_trades > 0) {
double qty = it->amt;

std::cerr << "source trade amount " << qty << std::endl;
Material::Ptr m = inventory.Pop(qty);

std::vector<Material::Ptr> m_pkgd = m->Package<Material>(context()->GetPackage(package));
Expand Down

0 comments on commit 8d8043b

Please sign in to comment.