Commit e29014c9 authored by Andrey Filippov's avatar Andrey Filippov

removed temporary debug output

parent f8d5b31b
......@@ -250,9 +250,6 @@ class OptionsUtils {
{
boolean compatible;
final String versionKey = getVersionKey(contextID);
if (versionKey.endsWith("ocotb")){
System.out.println("isVersionCompatible(cocotb)");
}
if (version == null) {
compatible = ! store.contains(versionKey);
} else if (store.contains(versionKey)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment