diff --git a/bin/translation.php b/bin/translation.php index 3f8243f28c1a00f63c167ac59af51b2ce88e8360..75c7a7c29465f4940069e9e552beca5661cd9b91 100755 --- a/bin/translation.php +++ b/bin/translation.php @@ -11,10 +11,6 @@ if (count($argv) !== 3) { echo "Wrong number of parameters. Run: " . $argv[0] . " [pulldef,push,pull] filename\n"; exit; } -// Needed in order to make session_start to be called before output is printed. -$session = SimpleSAML_Session::getInstance(); - - $action = $argv[1]; $file = $argv[2];