aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-10-08 13:07:08 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-10-08 13:07:08 +0200
commit5be47e95d1cef282046cdf8d159cd69f986245c8 (patch)
treea70db8d4566d3507c1e09e35fc64cb74664e5970 /lib/main.js
parent825d2333294b76b5964a2e52e5ffcf34a1ace3eb (diff)
downloadbugzilla-triage-5be47e95d1cef282046cdf8d159cd69f986245c8.tar.gz
Remove notification method in utils.js, provided by the Jetpack module.
Diffstat (limited to 'lib/main.js')
-rw-r--r--lib/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/main.js b/lib/main.js
index 9eb62f0..ea01925 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -11,7 +11,6 @@
// http://ehsanakhgari.org/blog/2010-05-31/my-experience-jetpack-sdk#comment-1253
//
"use strict";
-var prompts = require("prompts");
var logger = require("logger");
var browser = require("tab-browser");
var selfMod = require("self");