summaryrefslogtreecommitdiff
path: root/src/cs2/cs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cs2/cs2.h')
-rw-r--r--src/cs2/cs2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cs2/cs2.h b/src/cs2/cs2.h
index db136b9..f8a3f9b 100644
--- a/src/cs2/cs2.h
+++ b/src/cs2/cs2.h
@@ -14,7 +14,6 @@ public:
VECTOR<IFACE_ENTRY> entries = iface_get_all( this );
for( auto it : entries ) {
if( strncmp( it.name, name, strlen( name ) ) == 0 ) {
- clog( "iface %s: [%llx]\n", it.name.data, it.ptr );
return it;
}
}