diff --git a/deps/build.jl b/deps/build.jl deleted file mode 100644 index d499f731..00000000 --- a/deps/build.jl +++ /dev/null @@ -1,10 +0,0 @@ -# This file is used to print build messages. - -msg = "To simulate a model and write downs all the simulation logs to log.txt file, \n" -msg *= "call the `simulate` functon with `logtofile=true`. \n" -msg *= "However is this funciton is called within Juno, then the global logger set by \n" -msg *= "the `simulate` function is wrapped and deactivated by Juno. \n" -msg *= "A possible workaround to write all the logger messages to file `log.txt` set by \n" -msg *= "the `simulate` function is to write the code in a script and execute that script \n" -msg *= "from systems terminal. E.g. `julia --color=yes `" -@info msg diff --git a/deps/build.log b/deps/build.log deleted file mode 100644 index 0fd936c6..00000000 --- a/deps/build.log +++ /dev/null @@ -1,7 +0,0 @@ -┌ Info: To simulate a model and write downs all the simulation logs to log.txt file, -│ call the `simulate` functon with `logtofile=true`. -│ However is this funciton is called within Juno, then the global logger set by -│ the `simulate` function is wrapped and deactivated by Juno. -│ A possible workaround to write all the logger messages to file `log.txt` set by -│ the `simulate` function is to write the code in a script and execute that script -└ from systems terminal. E.g. `julia --color=yes `