mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Unnecessary error logging (bug 36682).
This commit is contained in:
parent
bfbb6e209b
commit
01011016c0
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-04-21 Mikhail Khodjaiants
|
||||||
|
Unnecessary error logging (bug 36682).
|
||||||
|
* CValue.java
|
||||||
|
|
||||||
2003-04-21 Mikhail Khodjaiants
|
2003-04-21 Mikhail Khodjaiants
|
||||||
Temporary fix for character values.
|
Temporary fix for character values.
|
||||||
* CValue.java
|
* CValue.java
|
||||||
|
|
|
@ -92,7 +92,6 @@ public class CValue extends CDebugElement implements ICValue
|
||||||
}
|
}
|
||||||
catch( CDIException e )
|
catch( CDIException e )
|
||||||
{
|
{
|
||||||
logError( e );
|
|
||||||
fValueString = e.getMessage();
|
fValueString = e.getMessage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -277,7 +276,6 @@ public class CValue extends CDebugElement implements ICValue
|
||||||
}
|
}
|
||||||
catch( CDIException e )
|
catch( CDIException e )
|
||||||
{
|
{
|
||||||
logError( e );
|
|
||||||
fValueString = e.getMessage();
|
fValueString = e.getMessage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue