removed temp print statement

This commit is contained in:
Liam Devine 2011-03-23 15:42:36 +00:00
parent 801808062d
commit ed13aaeacf

View File

@ -315,7 +315,6 @@
if xcode.isframework(node.path) then
--respect user supplied paths
if string.find(node.path,'/') then
io.write(node.path .. '\n')
if string.find(node.path,'^%.')then
error('relative paths are not currently supported for frameworks')
end