Skip to content

Commit

Permalink
remove extra line 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Sep 9, 2024
1 parent 8d8043b commit 1a52442
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 @@ -71,7 +71,6 @@ void Source::Build(cyclus::Agent* parent) {
all_inv = (outrecipe.empty() || context() == NULL) ? \
Material::Create(this, inventory_size, blank_comp) : \
Material::Create(this, inventory_size, context()->GetRecipe(outrecipe));
std::cerr << "Source created all inv with state id " << all_inv->state_id() << std::endl;
inventory.Push(all_inv);

RecordPosition();
Expand Down

0 comments on commit 1a52442

Please sign in to comment.