mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Remove debug output
This commit is contained in:
parent
511086598a
commit
6da283b3f4
@ -190,8 +190,6 @@ class address_translator
|
||||
for ( auto& t : translation ) {
|
||||
if ( t.map_to <= value &&
|
||||
( ( value - t.map_to ) < ( t.end - t.start ) ) ) {
|
||||
std::cout << std::hex << t.start - t.map_to + value << " "
|
||||
<< value << std::endl;
|
||||
return t.start - t.map_to + value;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user