Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: web/apps/logdog-view/gulpfile.js

Issue 2543323004: Rewrite LogDog log viewer app. (Closed)
Patch Set: Control all fetch sizes, fix follow on initial click, fix small fetch when auth is retrid. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: web/apps/logdog-view/gulpfile.js
diff --git a/web/apps/logdog-view/gulpfile.js b/web/apps/logdog-view/gulpfile.js
index f2857a0fac2d62505723e2eacc7056a859f39968..929c690ed47424bb4259582a8141aaa677e88f04 100644
--- a/web/apps/logdog-view/gulpfile.js
+++ b/web/apps/logdog-view/gulpfile.js
@@ -6,8 +6,6 @@
'use strict';
-var packageJsonFile = '../../package.json';
-
// Include Gulp & tools we'll use
var gulp = require('gulp');
var luci = require('../gulp-common.js');

Powered by Google App Engine
This is Rietveld 408576698