Removed debugging display
authorLuciano Montanaro <mikelima@cirulla.net>
Mon, 16 Jan 2012 00:17:02 +0000 (01:17 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Mon, 16 Jan 2012 00:17:02 +0000 (01:17 +0100)
application/resources/harmattan/qml/StationListPage.qml

index 21fda92..a78445a 100644 (file)
@@ -106,12 +106,6 @@ Page {
                             text: Private.highlightSearch(model.name, UiConstants.AccentColor)
                             font.bold: true
                         }
-                        Label {
-                            id: subText
-                            text: (model.code !== undefined) ? model.code : "none"
-                            font.bold: UiConstants.SubtitleFontBoldness
-                            font.pixelSize: UiConstants.SubtitleFontPixelSize
-                        }
                     }
                 }
                 Image {