Browse Source

Update BT.AutoUpdate.tcl

BLaCkShaDoW 4 years ago
parent
commit
79d8a9fb6c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      BlackTools/Modules/BT.AutoUpdate.tcl

+ 0 - 3
BlackTools/Modules/BT.AutoUpdate.tcl

@@ -262,9 +262,6 @@ proc blacktools:finish_config {hand chan lastmodif status} {
     global black
     set update_old_data [blacktools:update_data 0 ""]
     set update_new_data [blacktools:update_getconfig]
-    set file [open "test" w]
-    puts $file $update_new_data
-    close $file
     set restore_config [blacktools:update_restore $update_old_data $update_new_data]
     set newdata [lindex $restore_config 0]
     set num_var [lindex $restore_config 1]