summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-04 21:45:15 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-05 00:19:17 +0300
commit85b104712b8bd4cf5247d5226260dd1528b7f57a (patch)
treee1ed0384304986271a3dd61fb7ef9ef2a73a4ee6 /ios
parentb7525f1f1d123084b60269f420300afdd405b0d1 (diff)
No need to setenv SAL_LOG in the code for iOS
One can set environment variables to be used when debugging an app in Xcode, which is when it is interesting to see SAL_INFO output anyway. (This is very different from Android, where one can't set environment variables "before" an app starts, as apps there aren't separate programs that would be exec'ed.) Change-Id: I3971d1b2d1a849deac2722a90271ef2458db1643
Diffstat (limited to 'ios')
-rw-r--r--ios/experimental/LibreOffice/LibreOffice/lo.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/lo.mm b/ios/experimental/LibreOffice/LibreOffice/lo.mm
index 193a01fdb9ab..5c791f767ae1 100644
--- a/ios/experimental/LibreOffice/LibreOffice/lo.mm
+++ b/ios/experimental/LibreOffice/LibreOffice/lo.mm
@@ -133,8 +133,6 @@ extern "C"
void
lo_initialize(void)
{
- setenv("SAL_LOG", "+WARN+INFO.vcl.headless+INFO.vcl.coretext+INFO.vcl.ios", 1);
-
const char *argv[] = {
"placeholder-exe",
"-env:URE_INTERNAL_LIB_DIR=file:///",