Skip to content

Commit

Permalink
Remove debug statement refs matomo-org#6823
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Dec 7, 2014
1 parent 80bfa67 commit ca873b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/cron/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
$token_auth = Piwik\Common::getRequestVar('token_auth', '', 'string');

if (!$archiver->isTokenAuthSuperUserToken($token_auth)) {
var_dump($token_auth);
die('<b>You must specify the Super User token_auth as a parameter to this script, eg. <code>?token_auth=XYZ</code> if you wish to run this script through the browser. </b><br>
However it is recommended to run it <a href="http://piwik.org/docs/setup-auto-archiving/">via cron in the command line</a>, since it can take a long time to run.<br/>
In a shell, execute for example the following to trigger archiving on the local Piwik server:<br/>
Expand Down

0 comments on commit ca873b3

Please sign in to comment.