From 6d3b36d61bd5e0e16b06d0bb1589d23fadcc37a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 21 Aug 2015 15:32:20 +0200 Subject: [PATCH] fix(annotations): removed accidental test code from annotationsSrv --- public/app/features/annotations/annotationsSrv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/annotations/annotationsSrv.js b/public/app/features/annotations/annotationsSrv.js index 671b5d806cc..a4529de2019 100644 --- a/public/app/features/annotations/annotationsSrv.js +++ b/public/app/features/annotations/annotationsSrv.js @@ -62,7 +62,7 @@ define([ min: options.time, max: options.time, eventType: options.annotation.name, - title: 'Torkel ',// options.title, + title: options.title, tags: options.tags, text: options.text, score: 1