Skip to content

Commit

Permalink
Removed debug comment from 2_bootstrap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Oct 17, 2018
1 parent 7c6bc8e commit df294d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_bootstrap.py
Expand Up @@ -453,7 +453,7 @@ def ensure_packages_list_are_equal(package_control_settings, packagesmanager_set
packagesmanager_settings['installed_packages'] = all_packages
package_control_settings['installed_packages'] = all_packages

print( "[2_bootstrap.py] ensure_packages_list_are_equal: " + str( all_packages ) )
# print( "[2_bootstrap.py] ensure_packages_list_are_equal: " + str( all_packages ) )
return flush_settings


Expand Down

0 comments on commit df294d2

Please sign in to comment.