summaryrefslogtreecommitdiff
path: root/src/classbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classbase.cpp')
-rw-r--r--src/classbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classbase.cpp b/src/classbase.cpp
index 48746ec..14c43d3 100644
--- a/src/classbase.cpp
+++ b/src/classbase.cpp
@@ -250,7 +250,7 @@ void ClassBase::initialize(const std::string &prefix)
// mark the interfaces as being implemented
for (auto &interface : _interfaces)
{
- std::cout << "interface: " << interface << std::endl;
+ // implement interface
zend_do_implement_interface(_entry, *interface);
}