Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-02-16 16:35:16 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-18 22:08:45 +0300
commitf8381f42cde734b95a1df9802a3e71f323e9344d (patch)
tree92f6da5b4a982585293e0c3fc509b1b9db2bb308 /ncp-web/wizard
parent51b1e5dd526e2795521834b4da0866ee3eb88a1b (diff)
log all NCP actions to /var/log/ncp.logv0.46.14
Diffstat (limited to 'ncp-web/wizard')
-rw-r--r--ncp-web/wizard/JS/wizard.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ncp-web/wizard/JS/wizard.js b/ncp-web/wizard/JS/wizard.js
index 7b343e51..464c2ac9 100644
--- a/ncp-web/wizard/JS/wizard.js
+++ b/ncp-web/wizard/JS/wizard.js
@@ -32,8 +32,6 @@ $(document).ready(function(){
$('button').prop('disabled', true);
addNotification( action, 'gray-bg' ) ;
- logOutput( '\n[ ' + action + ' ]' + '\n' );
-
$.post('../ncp-launcher.php',
{ action:'launch',
ref: action,