]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removed GetShuttleTempDir()
authoracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 31 Aug 2007 14:41:27 +0000 (14:41 +0000)
committeracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 31 Aug 2007 14:41:27 +0000 (14:41 +0000)
SHUTTLE/TestShuttle/TestPreprocessor.C

index c9eeaa18307945edace75c0efc6b482fd9415d72..01e83dc4fc62a7a861a1e96bbc42f95d19ed3d46 100644 (file)
@@ -17,9 +17,6 @@ void TestPreprocessor()
   // The parameters are run, startTime, endTime
   AliTestShuttle* shuttle = new AliTestShuttle(7, 0, 1);
 
-
-  printf("Test Shuttle temp dir: %s\n", AliShuttleInterface::GetShuttleTempDir());
-
   // TODO if needed, change location of OCDB and Reference test folders
   // by default they are set to $ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB and TestReference
   AliTestShuttle::SetMainCDB("local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB");