CVSSourceCodeManager.st
changeset 2741 3914394ee4dd
parent 2740 a034603fd812
child 2773 2e1a3c72e4f1
child 3011 1997ff6e7e55
--- a/CVSSourceCodeManager.st	Fri Jan 20 16:19:11 2012 +0100
+++ b/CVSSourceCodeManager.st	Fri Jan 20 16:43:48 2012 +0100
@@ -2715,7 +2715,6 @@
    (cacheIt and:[revision ~~ #newest and:[revision notNil]]) ifTrue:[
         (cacheDir := self sourceCacheDirectory) isNil ifTrue:[
             ('CVSSourceCodeManager [warning]: no source cache directory for %1' bindWith:cachedSourceFilename) infoPrintCR.
-thisContext fullPrintAll.
         ]
     ].
 
@@ -2859,7 +2858,7 @@
 
     "Created: / 04-11-1995 / 19:46:20 / cg"
     "Modified: / 20-08-1997 / 16:37:11 / stefan"
-    "Modified: / 20-01-2012 / 16:19:03 / cg"
+    "Modified: / 20-01-2012 / 16:43:37 / cg"
 ! !
 
 !CVSSourceCodeManager class methodsFor:'source code administration'!
@@ -5072,11 +5071,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.426 2012-01-20 15:19:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.427 2012-01-20 15:43:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.426 2012-01-20 15:19:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.427 2012-01-20 15:43:48 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!