Skip to content

Commit

Permalink
Disable debugging for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jul 30, 2015
1 parent d4bf005 commit 4be9cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mink-plugin/content.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var debug = true;
var debug = false;

var proxy = 'http://timetravel.mementoweb.org/timemap/link/';
var aggregator_wdi_link = 'http://labs.mementoweb.org/timemap/link/';
Expand Down

0 comments on commit 4be9cde

Please sign in to comment.