Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Datatype.php |
— | — | @@ -581,7 +581,6 @@ |
582 | 582 | // TODO: I just need the sequence. |
583 | 583 | // Maybe keys should be possible values and values should be offset? |
584 | 584 | $offset = array_search($value, $possible_values); |
585 | | - echo "in SMWEnumTypeHandler->processValue, offset for value $value in possible values is $offset<br />\n"; |
586 | 585 | if ($offset === false) { |
587 | 586 | $datavalue->setError(wfMsgForContent('smw_notinenum', $value, implode(', ', $possible_values))); |
588 | 587 | } else { |