Skip to content
Snippets Groups Projects
Commit 5dc3f2b6 authored by Tim Hunt's avatar Tim Hunt
Browse files

Remove incorrect setup code.

This got added while I was testing Travis setup, and I forgot to delete it before adding that branch to master.
parent 337770bc
No related branches found
No related tags found
No related merge requests found
...@@ -74,9 +74,5 @@ function xmldb_qtype_stack_install() { ...@@ -74,9 +74,5 @@ function xmldb_qtype_stack_install() {
if (!$ok) { if (!$ok) {
throw new coding_exception('maxima_opt_auto creation failed.', $message); throw new coding_exception('maxima_opt_auto creation failed.', $message);
} }
} else {
set_config('maximaversion', 'default', 'qtype_stack');
set_config('maximacommand', 'http://vle-stack-acct:8080/MaximaPool/MaximaPool', 'qtype_stack');
set_config('maximalibraries', 'stats, distrib, descriptive, simplex', 'qtype_stack');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment