remove debug line

git-svn-id: file:///home/svn/framework3/trunk@12729 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Jonathan Cran 2011-05-26 02:31:28 +00:00
parent 3a4926a8fe
commit 609ae839a1
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ private
end end
def system_command(command) def system_command(command)
puts "DEBUG: running command #{command}"
system(command) system(command)
end end
end end