diff --git a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
index b21334b18ae30416c697671963e4660a060b1fa9..82392e0e80419cde2eeb2fdc45aa9d416e64ae50 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
@@ -186,6 +186,7 @@ sub fetch_by_region {
   if ($coord_system_name) {
     $cs = $csa->fetch_by_name($coord_system_name,$version);
 
+    ## REMOVE THESE THREE LINES WHEN STICKLEBACK DB IS FIXED!
     if( !$cs && $coord_system_name eq 'chromosome' ) {
       $cs = $csa->fetch_by_name('group',$version);
     }