diff options
Diffstat (limited to 'src/object.cpp')
-rw-r--r-- | src/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.cpp b/src/object.cpp index 9ae2bd61..f67bae05 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -38,7 +38,7 @@ Being::Being(const std::string &bName, unsigned int bGender, dexterity(bDexterity), luck(bLuck) { - std::cout << "New being create with name \"" + name + "\"" << std::endl; + //std::cout << "New being create with name \"" + name + "\"" << std::endl; } void Being::update() |