Skip to content

Commit bed384c

Browse files
committed
clearup the output
1 parent 80bc788 commit bed384c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/wheels/base.cfc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ component excludeFromHelp=true {
1919
string function $getWheelsVersion(){
2020
// First, look for a wheels folder..
2121
if(!directoryExists( fileSystemUtil.resolvePath("wheels") ) ){
22-
print.line(fileSystemUtil.resolvePath("wheels"));
23-
2422
error("We're currently looking in #getCWD()#, but can't find a /wheels/ folder?");
2523
}
2624
if(fileExists(fileSystemUtil.resolvePath("wheels/box.json"))){

0 commit comments

Comments
 (0)