aboutsummaryrefslogtreecommitdiff
path: root/game/load.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/load.cpp')
-rw-r--r--game/load.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/game/load.cpp b/game/load.cpp
index 9f58c7d..ea4e9e7 100644
--- a/game/load.cpp
+++ b/game/load.cpp
@@ -145,8 +145,6 @@ void load_json (Inv &inv) {
tech.bonus.aff_all = b["aff_all"];
}
}
-
- std::cout << tech.id << tech.bonus.to_string() << std::endl;
inv.techs.push_back(tech);
}
} \ No newline at end of file