summaryrefslogtreecommitdiff
path: root/src/cs2/cs2.h
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-16 07:19:43 +0200
committernavewindre <nw@moneybot.cc>2024-07-16 07:19:43 +0200
commit4c8b52fc94c04c4b3d338c2501971ae348f5b3e5 (patch)
tree049ff320ffed7398b91887f6c39cfa3f715a1ee4 /src/cs2/cs2.h
parent320e7b14a5a29838ed2cb909cadfd7c448c6849b (diff)
やーーーー
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;
}
}